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

Autocomplete for compiled project #2016

Open
Ianneee opened this issue Mar 15, 2024 · 0 comments
Open

Autocomplete for compiled project #2016

Ianneee opened this issue Mar 15, 2024 · 0 comments
Labels

Comments

@Ianneee
Copy link

Ianneee commented Mar 15, 2024

I have my own library with compiled modules to use in my projects, which also involve my collaborators. The issue is that since it's compiled, I can't get autocomplete for custom HTML tags, making the work a bit challenging. I was thinking I could use VS Code custom data to integrate tags from my library, but doing it manually is impractical.

I'm wondering if the Angular Language Service can output analysis of the code before it's compiled, so it can be converted into JSON for custom data, or if there's already a system in place to get autocomplete in my scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant