没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > clojure-intellij-plugin |
clojure-intellij-plugin
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Pre-Alpha of IntelliJ plugin for the Clojure JVM language.
Plugin currently provides editing with syntax coloring, syntax error high-lighting, folding, and brace matching. Also provides run configuration for Clojure scripts with REPL.
The Debugger and Profiler currently treat Clojure as compiled Java, and don't know how to go from byte code location to source code. But there is enough information that one can figure out what is going on.
Still todo includes goto definition and used by referencing, better debugger integration, and refactoring.
Screenshots showing various features
Currently we are particularly interested in bugs with the syntax checking. Please look for cases where either a syntax error was not high-lighted, or valid code was marked as an error. Please report all cases, with an S-Expression to opus111@gmail.com.
To install go to Settings/Updates and add the following to Plugin Hosts
http://clojure-intellij-plugin.googlecode.com/svn/trunk/plugin/updatePlugins.xml
Then hit "Check Now"
Enjoy! Peter Wolf