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

Auto-import assembly / namespace #129

Closed
CoreyKaylor opened this issue Mar 17, 2015 · 3 comments
Closed

Auto-import assembly / namespace #129

CoreyKaylor opened this issue Mar 17, 2015 · 3 comments

Comments

@CoreyKaylor
Copy link

Similar to the way that R# can automatically import namespaces and add references based on code written into the editor. It would be nice if omnisharp could do the same type of thing.

Golang has a similar behavior with the vim-go plugin. In the event of a conflict or multiple matches it defaults to the first match last time I checked. That might be a good starting point. I actually like the behavior of this vim plugin more than R# because it happens when the document is saved instead of while you're typing.

@nosami
Copy link
Contributor

nosami commented Mar 20, 2015

👍 Would be cool if it could automatically download nuget packages too. I heard the aspnet team were working on this and would share the code with us.

@JulioJu
Copy link
Contributor

JulioJu commented Nov 23, 2018

3 years after, there is a plan to add auto-import ? It seams that it's added for Visual-Studio-Code (see dotnet/vscode-csharp#1117) but not for Vim Users. Actually, with omnisharp-vim, we could not auto import "using".
Thanks in advance for your answer ;-).

@filipw
Copy link
Member

filipw commented Aug 20, 2020

Implemented in #1896

@filipw filipw closed this as completed Aug 20, 2020
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

4 participants