Improve VB.NET Imports handling
Options
It would be nice if the handling of Imports declarations would be improved.
Imports System.Math
Sub Main
End Sub
Comments
-
In LINQPad, namespaces imports are entered separately (Ctrl+Shift+M), or Query | Namespace imports, to keep your query free of clutter. Does this answer your question?
-
Would it be possible to show the same "move" dialog when pasting code as is done for C#?