|
ScreenShots
Screen shots of Counterclockwise's functionalities
Featured
Source code EditorPlease note
Namespace Browser examplesSearch on the word "string", only on symbol names
Search on the word "string", on symbol names and documentation strings
Compilation Error reportingCompilation error are fully integrated with the eclipse error reporting : problems appear in the problems view, in the project explorer, and in the editor. Double clicking in the problems view opens the right editor at the right line.
Code completion
Clojure specific launcherClojure "launchers" just differ from classical java "launchers" by not offering to use a specific java main type (the class which offers public static void main() starting function). It loads clojure's standard REPL instead. Note that there is also the possibility to choose on which IP port the mini-server Counterclockwise embeds in the launcher will listen to. Oh, and you can select which files will be loaded by the REPL at startup (see the corresponding opened popup on the bottom right ?).
Preferences Page
|