Skip to content
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

Provide outline/DocumentSymbol for Camel routes #73

Closed
apupier opened this issue May 30, 2018 · 0 comments
Closed

Provide outline/DocumentSymbol for Camel routes #73

apupier opened this issue May 30, 2018 · 0 comments
Assignees

Comments

@apupier
Copy link
Member

apupier commented May 30, 2018

currently LSP4E (and more and more clients) is using DocumentSymbol to provide an outline.

As first iteration having just the list of routes can be nice
Then having them grouped by Camel context
then having also global endpoint
then... we will see at usage and open new enhancement request

apupier referenced this issue in apupier/camel-language-server May 30, 2018
- allows to find routes more easily
- in VS Code Ctrl+Shift+O
- in Eclipse Desktop with LSP4E provides an outline and with 
- limitation: the SymbolKind used is "Field", there is currently an
hardcoded set of possible symbol kind, none are really matching "Camel
routes"

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@apupier apupier changed the title Provide outline for Camel routes Provide outline:DocumentSymbol for Camel routes May 30, 2018
@apupier apupier changed the title Provide outline:DocumentSymbol for Camel routes Provide outline/DocumentSymbol for Camel routes May 30, 2018
@apupier apupier self-assigned this May 30, 2018
apupier added a commit that referenced this issue May 31, 2018
- allows to find routes more easily
- in VS Code Ctrl+Shift+O
- in Eclipse Desktop with LSP4E provides an outline and with 
- limitation: the SymbolKind used is "Field", there is currently an
hardcoded set of possible symbol kind, none are really matching "Camel
routes"

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@apupier apupier closed this as completed May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant