You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ;-).
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.
The text was updated successfully, but these errors were encountered: