-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Implement Document Symbols Request #98
Comments
@aslakhellesoy , |
We should look for the following keywords: I think you should add a new I recommend you start by writing a failing test that:
Look at https://github.com/cucumber/language-service/blob/main/test/service/getGherkinDiagnostics.test.ts for inspiration. You might be able to implement the function with the help of the |
Hi @10xtechie - have you made any progress on this? I have an implementation of this that I haven't pushed - I wanted to give you a chance to complete yours first :-) |
@aslakhellesoy , |
🤔 What's the problem you're trying to solve?
See the outline of a Gherkin Document in my editor
✨ What's your proposed solution?
Implement Document Symbols Request.
⛏ Have you considered any alternatives or workarounds?
Yes - implementing it directly in a VSCode Extension. This would limit usage to VSCode users - other editor users would not get the functionality. See cucumber/vscode#111 (review)
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: