I've just gotten really hooked on the Visual Studio Command Window, being able to type a lot of command rather than reaching for the mouse. Is there an equivalent in eclipse? Or is there another convenient way to go mouse-less?
|
|
If you are looking for a quick, mouse-less way to type and execute commands, check out the Quick Access feature. Just type Ctrl+3 and start typing the name of a command.
You can execute commands, however, it is lacking the parameters. Eclipse is missing the scripting capabilities. There are some plugins and projects that try to complement that, but nothing standard. |
|||
|
|
|
The closest editor in Eclipse would be a Scrapbook page, where you can execute Java expressions without having to create a new Java program. But this isn't exactly equivalent to a Visual Studio Command Window, and more akin to an Immediate Window in Visual Studio.
|
|||
|
|
|
Window > Show View > Display In the Display window, you can type whatever Java code you want, select it and evaluate the result clicking on the "Evaluate" button. |
|||


