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

[html] Add symbol support for HTML files #20956

Closed
hoovercj opened this issue Feb 20, 2017 · 1 comment
Closed

[html] Add symbol support for HTML files #20956

hoovercj opened this issue Feb 20, 2017 · 1 comment
Assignees
Labels
html HTML support issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@hoovercj
Copy link
Member

WebStorm provides "File Structure Popup" support for HTML files. The closest vscode analog is file symbols (ctrl+shift+O) which is not currently supported for HTML files.

image

The vscode-html-language-service needs only a small change to support this. I have opened an issue there as well as a pull request to show how it can be added, but it would also require a change here to begin consuming the language service change.

image

@aeschli aeschli added this to the February 2017 milestone Feb 21, 2017
@aeschli aeschli added the html HTML support issues label Feb 21, 2017
@aeschli aeschli changed the title Add symbol support for HTML files [html] Add symbol support for HTML files Feb 21, 2017
@aeschli
Copy link
Contributor

aeschli commented Feb 21, 2017

Thanks @hoovercj !

@aeschli aeschli closed this as completed Feb 21, 2017
aeschli added a commit that referenced this issue Feb 21, 2017
@aeschli aeschli added the verification-needed Verification of issue is requested label Feb 24, 2017
@jrieken jrieken added the verified Verification succeeded label Feb 24, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
html HTML support issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants