Hi!

Some code layout I would like to see:

+ A feature where I could define a code layout to be used when I open the
file and another when the file is written. (My view of the code layout might
not be the same as the code standard.) A simple version of this could be
that code layout schema could be choosen when ctrl-alt-f is pressed. And
that a code layout schema is attached to the save functionality (i.e. when a
file is saved a specific code layout is used)

+ Import and export of code layouts. So my Config Manager can produce a code
layout and distribute this to all Intellij users.

Class creation features that I would like to see:

+ Create class based on code written in another class. Example

public class A
{
        public A()
        {
                B x = new B();
                x.doSomething();
        }
}

The A class is already created but the B class is not so it will be marked
as IDEA can't find it. A usefull feature would be to highlight B and choose
a new and a B class would be created. 

Another feature connected to this would be that the B class addeds a
doSomething method when it is created.

Well I think this was all for the moment.

Cheers Christian Holmqvist

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to