ervandew / eclim

Expose eclipse features inside of vim.
http://eclim.org
GNU General Public License v3.0
1.04k stars 129 forks source link

DartLang Support #284

Open collinalexbell opened 10 years ago

ervandew commented 10 years ago

Just noting the eclipse plugin for dart that eclim would have to integrate with to provide dart support: https://www.dartlang.org/tools/eclipse-plugin/

collinalexbell commented 10 years ago

After reading the plugins.rts in eclim doc, I feel that I could take this on.

ervandew commented 10 years ago

The hardest part of integrating a new plugin is digging through their code to figure out how to levearge their features outside of the eclipse gui. Some plugins are easier to deal with than others, so if you decide to give this a shot, let me know if you run into any road blocks and hopefully I can provide some pointers.