Optimize Namespaces.
I know I see it on M2, but, I have to ask...
How can I be productive without auto-import of 'usings/namspaces' and 'optimize usings/namespaces'?
Any chance this might sneak in there soon?
Great work!
Please sign in to leave a comment.
Scott Hrehirchuk wrote:
As of build 71, when a class is entered which is not yet included via a
using directive, a popup will appear which tells you to press Alt-Enter
to automatically add a using statement for the given class (e.g. if I
type "Hashtable curHashtable = new Hashtable();", I will get a popup
telling me to press Alt-Enter to include System.Collections).
Thanks,
-=Straxus=-
Scott,
We understand the neccessity of good using optimization feature and it
will be implemented in one of the nearest builds.
--
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Scott Hrehirchuk" <no_mail@jetbrains.com> wrote in message
news:18787490.1078734048427.JavaMail.itn@is.intellij.net...
>
'optimize usings/namespaces'?
>
>
Installed build 71 yesterday, and as I was auto-importing namespaces I
had that strange yet familiar tingle inside...
...something like developing with pleasure :)
Presently I am missing the most features to move classes between
namespaces, extract methods, etc.
Good progress so far!
- d