I have some doubts how far this can go. Nim is quite in complex as in to know 
all procedures and types which are generated via macros you basically have to 
implement an interpreter and the majority of the language rules. Nimsuggest and 
all the editor plugins which rely on it come around this by riding on the Nim 
compiler. This also has the advantage that nimsuggest keeps up with latest 
language changes while rarely needing maintanance. So yeah this adds the 
worries about the maintanance of the Intellij plugin.

Reply via email to