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

Outline #39

Open
bardware opened this issue Mar 2, 2018 · 2 comments
Open

Outline #39

bardware opened this issue Mar 2, 2018 · 2 comments

Comments

@bardware
Copy link

bardware commented Mar 2, 2018

Hi,

I just took notice of the fact there are plugins that display Outlines of code files like: https://marketplace.visualstudio.com/items?itemName=patrys.vscode-code-outline.
Code has a builtin functionality: SHIFT + CTRL + O
Can your plugin tokenize CFML code and fill an Outline view?

@bardware
Copy link
Author

bardware commented Mar 2, 2018

Similar issues in other projects
microsoft/vscode-go#919
microsoft/vscode#5605

@ericyd
Copy link

ericyd commented Mar 22, 2018

From the extension you linked to:

For the outline to work, the language support plugins need to support symbol information.

This plugin does not support symbol information. I'm pretty sure issue 11 would need to be resolved first and a language server would need to be developed in order to support this.

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

2 participants