Araq / nimedit

NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
https://nim-lang.org/nimedit/
MIT License
108 stars 12 forks source link

Why not use HTTP server to create automated completion services for VSCode and Clion #15

Closed zhuxiujia closed 5 years ago

zhuxiujia commented 5 years ago

Why not use HTTP server to create automated completion services for VSCode and Clion

for example: rustlang That's it.

This supports all ides

The GUI section can also be used flutter for desktop. it is easy than nim to Painting page

Araq commented 5 years ago

"Why not" because we already do that, see nimsuggest, VS Code integration etc etc etc.