XVincentX / vscode-apielements

VSCode extensions for API Elements (aka: API Blueprint and Swagger)
MIT License
120 stars 15 forks source link

Feature request: Add HTTP Method to endpoint and/or change icon and/or color of the icon based on HTTP Method #41

Open jsynowiec opened 8 years ago

jsynowiec commented 8 years ago

Is it possible to add the HTTP method name to each endpoint? Or even change the symbol or symbol color for each HTTP method? I know that I can name then accordingly but displaying the method in square braces as a prefix to the endpoint name might be more useful.

E.g.

# Users Group
## User avatar
### Set user avatar [POST]
### Unset user avatar [DELETE]

Could be rendered like method-navigator

XVincentX commented 8 years ago

Quick note: VSCode does not support the ability to add custom icons to symbols.

Tracking issue: https://github.com/Microsoft/vscode/issues/11342

XVincentX commented 7 years ago

According to the tracking issue, the feature needed in VSCode will not be implemented!