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

Ability to add custom dependencies to the autocomplete list (VSIX-47) #9

Open
Piedone opened this issue May 3, 2020 · 2 comments
Open

Comments

@Piedone
Copy link
Member

Piedone commented May 3, 2020

Originally by @barthamark.

Because the current list is hard-coded. Maybe populate it from an .editorconfig config?

Jira issue

@barthamark
Copy link
Member

I'd rather have a global set of services (e.g. all Orchard Core services) and all the custom ones in my solution. This is either a VS option or something dynamic like the VS does when you start typing a class name and suggests the name (even if the using is not there and it is in a package).

@Piedone
Copy link
Member Author

Piedone commented May 3, 2020

So like use the types available in the whole solution? But there can be huge number of such types. If we just take the ones available in the current file then that would be a step back from the current list (since you'd need to type them all in).

@github-actions github-actions bot changed the title Ability to add custom dependencies to the autocomplete list Ability to add custom dependencies to the autocomplete list (VSIX-47) Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants