-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added navigation for request Body files #250
Conversation
The idea is great. I'm just wondering whether it's really necessary to parse the location links separately. I already parse the file with the httpyac lib to provide the code lens. To get the needed Positions for the CodeLens I use a HttpSymbol |
I refactored code to used HttpRegions and removed bunch of redundant code and overwhelming logging. If it would be symbol such as file for requests, imports etc, it would be possible get universal solution. |
@AnWeber Could I change my pull request to make it acceptable? |
@mondhs Hi sorry the ball is in my court. Unfortunately, I'm really out of action at the moment due to a corona illness. I'm slowly getting back. I'll take a look at it soon. Sorry for the delay. |
thx for your contribution. I have added support for a few more file imports (gql, proto, intellij script import) and released it now. Thanks again |
Request add navigation for request body files.
Idea is that if I have many request files it would be nice to jump over when ever I need for review or editing. It would like this:
Currently it works with json extension files as I am using them most, but this filtering list might externalized to configuration in a future.
My code is based on https://github.com/abierbaum/vscode-file-peek