Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cluster | 2,276 | 1,147 | 202 | 7 years ago | 44 | October 04, 2011 | 66 | mit | JavaScript | |
Node.JS multi-core server manager with plugins support. | ||||||||||
Neoterm | 1,247 | 14 days ago | 32 | other | Vim Script | |||||
Wrapper of some vim/neovim's :terminal functions. | ||||||||||
Sniprun | 1,015 | 5 days ago | 9 | mit | Rust | |||||
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages | ||||||||||
Lein Try | 305 | 4 years ago | 13 | October 05, 2015 | 8 | Clojure | ||||
A Leiningen plugin for trying out new libraries | ||||||||||
Elm.vim | 289 | 5 years ago | 7 | mit | VimL | |||||
Vim plugin for the Elm programming language | ||||||||||
Clojure Maven Plugin | 242 | 6 | 2 | a month ago | 32 | May 28, 2019 | 31 | Java | ||
Apache Maven Mojo for compiling clojure scripts to class files | ||||||||||
Nvim Luadev | 238 | 10 days ago | 2 | mit | Lua | |||||
REPL/debug console for nvim lua plugins | ||||||||||
Intero Neovim | 223 | 3 years ago | 36 | Vim script | ||||||
A neovim plugin for Intero, forked from ghcmod-vim | ||||||||||
Lua Repl | 137 | a year ago | 40 | mit | Lua | |||||
A Lua REPL implemented in Lua for embedding in other programs | ||||||||||
Scala Worksheet | 98 | 5 years ago | 71 | Scala | ||||||
A Scala IDE plugin for a multi-line REPL (called worksheet) |
A simple worksheet implementation for Scala IDE. It is a glorified editor, with the option of evaluating the script and placing the results of each expression in a comment on the same line.
There are 5 Eclipse plugins:
plugin.tests
fragmentThe projects can readily be imported inside Eclipse. Additionally, you have maven pom
files
based on Tycho, enabling command line builds.
Simply run the ./build.sh
script.
The worksheet build is based on plugin-profiles and can be built against several versions of the IDE, Eclipse and Scala compiler.
Launching the build.sh
script will exand to the following Maven command:
mvn -Peclipse-indigo,scala-2.10.x,scala-ide-stable clean install
You can choose a different profile for any of the three axis: eclipse platform, Scala version and Scala IDE stream. Read here for more details.