JetBrains / JetBrains/http-request-in-editor-spec

[propose] add annotate support, naming request

Open
#3 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
152
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Currently the name of the auto created running configuration is the combine of the http-request filename with request order number. like this `api-test#1`;
Would it be better if there is an annotation like @name, or using the text after `request separator `### as the running config name.

likes this:
```
###
@name create_user
PUT {{host}}/users

...
```
or
```
### create user
PUT {{host}}/users

```

Both of these will create a running configure named create_user.


I make this propose because usually i am running multiple requests under the running tool window.
Having a specific name for each tab will make it clear to switch between them. I change them manually in the edit configuration dialog for now.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.