-
Notifications
You must be signed in to change notification settings - Fork 175
Things marginally related
Basically a list of what other projects are doing to solve similar problems, in no particular order
-
https://github.com/kRITZCREEK/psc-ide - Editor Support for the PureScript programming language
-
https://github.com/neovim/neovim/wiki/Plugin-UI-architecture
-
https://github.com/omnisharp - Cross platform *** development in the editor of your choice (ignore the language, look at the tooling). Detail: https://github.com/OmniSharp/omnisharp-emacs/blob/master/src/actions/omnisharp-auto-complete-actions.el
-
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc-7.10.2/src/Hooks.html#Hooks GHC compiler hooks, can be used to provide information available in the given phase, and return it to ghc-mod, as used in ide-backend: https://github.com/fpco/ide-backend/blob/master/ide-backend-server/Server.hs#L180
-
Reddit thread: https://www.reddit.com/r/programming/comments/3o4o59/standard_interface_between_a_text_editor_and_an/
-
http://company-mode.github.io/ - pluggable completion framework for emacs
-
https://github.com/idris-hackers/idris-mode - Idris language support is really good
-
http://andrew.gibiansky.com/blog/ipython/ipython-kernels/ - IPython architecture description