-
Notifications
You must be signed in to change notification settings - Fork 601
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 IntelliSense to Visual Studio for components #3454
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@williamw2 This is related to the custom element analyzer work. We should find out if VS Code understands the custom-elements.json file and if not, see how we can translate to enable this. |
Is there any new status here? We have a design library written in FAST, but when importing it in other projects, VS Code has no knowledge of the web components in the library. After browsing the Discord, I found some mentions of this, using Custom Elements Manifest. I tried using In the Discord, there were also someone with a working solution in SolidJS, but I'm not sure whether it would work in a project where the custom elements is inside a dependency. https://www.npmjs.com/package/custom-element-solidjs-integration Anyone gotten intellisense to work for their design library written in FAST, in projects using that design library? |
Due to #6955 this would be more an issue for a library like https://github.com/microsoft/fluentui/tree/master/packages/web-components |
What feature are you requesting?
Add IntelliSense to Visual Studio for components
What solution would be ideal for you?
IntelliSense for the standard FAST out of the box components and standard html element attributes & events
plus custom/third party components including custom attributes/properties & events
Also for child elements of components for example in fast-accordion element Visual Studio would know that it's child elements are fast-accordion-item and give a warning if a wrong component was used
Is there any additional context for your request?
Currently there is no IntelliSense in Visual Studio for even standard attributes on components like "class" etc.
The text was updated successfully, but these errors were encountered: