Friday, Nov 22, 2002, 12:10 PM in .NET
.NET Refactoring Tool Enters Beta
5 comments
on this post
David:
Sunday, Nov 24, 2002, 12:16 PM
Jim:
BTW, If you haven't seen IntelliJ yet you really should do yourself a favor and download the eval bits [1]. Its a Java IDE that is _very_ VS.NET inspired but has done them one better in several areas. Most notably in refactoring.
Also a feature I'm thinking og hacking into VS.NET is to automatically provid "using" decls when ebcountering a type not declared. So if I tyoe StreamReader rdr = new StreamReader; I should be prompted asking if I want System.IO added to my using declarations...
Just one of those creature comforts you get used to in IntelliJ. Especially when you're new to the class library.
[1] - http://www.intellij.com
Monday, Nov 25, 2002, 8:01 AM
Frosti Palsson:
This Java IDE has absolutely the most productive and intelligent code editor I've ever seen. This tool is many light years ahead of the VS.NET IDE (code editing aspects). Why can't Microsoft realize that automatic code completion is not enough, and why doesn't anybody understand the importance of code refactoring.
I urge everyone who reads this, and is familiar with the VS.NET IDE, to download an evaluation version of Idea 3.0 and see what we are missing in VS.NET. If these things can be done in Java, why have they not been done in .NET ??
Why can't developers using VS.NET not benefit from the CodeDom and metadata inherent to the .NET framework, when these facilities could be used to enable the creation of a truly self-contained and intelligent IDE?
Don't just take my words for this.
Take a look at IDEA from JetBrains (IntelliJ) today and see what MS should have done.
Friday, Nov 29, 2002, 7:45 AM
Chris Bartling:
For example, if I try to use a class that I have not previously "imported" with a using statement, VS.NET doesn't give me any sort of IntelliSense functionality until I manually import the namespace. In IntelliJ, it gives me a choice of classes from all the packages it knows about and then automatically imports that package or just that class (configurable). The code comments in IntelliJ will use the javadocs, which is a huge help. Many, many other features to numerous to mention.
Saturday, Jan 4, 2003, 1:05 PM
David Rader:
Friday, Jul 18, 2003, 7:14 PM



