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

Add the ability to recognize HTML components and document them in the editor #202

Open
darkyelox opened this issue Aug 24, 2018 · 1 comment

Comments

@darkyelox
Copy link

VSCode now supports showing documentation over an html element like <div> and also marks all the NativeScript UI components as unrecognized elements with a red color, it's possible to make this extension to tell to VSC to recognize the ui views as valid HTML elements and show documentation?

Whould be also nice to allow this plugin to let us use the editor like other plugins (for example Angular) so if we write something like nsg-grid it will show us options for an Angular templetate of GridLayout or nsv-grid for VueJS or simply ns-grid for Core NativeScript

@NickIliev
Copy link

@darkyelox I am using the NativeScript extension along with this extension (for XML) + this extension (for Angular) and on my side, the VSCode has never marked the NativeScript elements in red.

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