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 components from imported modules #7

Open
JoseManuelFV opened this issue Nov 29, 2022 · 0 comments
Open

Add components from imported modules #7

JoseManuelFV opened this issue Nov 29, 2022 · 0 comments

Comments

@JoseManuelFV
Copy link

I would love this extension to work with node_modules.
I'm not saying it would work with all the ones you install, as that could be crazy.

However detect the ones you add in the module, most people use the app.module.ts in an application environment. There you put the imports and that way you could catch which components you have to autocomplete.

This way if for example you have angular material and you also have the MatCheckboxModule added. It will autocomplete with its properties

And being controlled by the app.module, there would be no problem to support all other attributes from other libraries than angular material.
Moreover, as it is a standard. Even from one project you could take all the .module.ts files and scan the imports.

@JoseManuelFV JoseManuelFV changed the title Use node modules Add components from imported modules Nov 29, 2022
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

1 participant