plugin for intellij idea #14922
Replies: 3 comments 17 replies
-
https://github.com/nedpals/tree-sitter-v may help |
Beta Was this translation helpful? Give feedback.
-
Funny enough, I started making a prototype on the day this discussion was created :) I am now parsing a fairly large subset of the language, but it is still far from complete, since the grammar has not yet been completed. For example file from builtin folder: See repo: https://github.com/i582/vlang-idea Other features include "New file action", partially Go To Symbol, built-in vfmt that works as standard IDEA formatting, auto-closing of quotes and brackets, commenting with IDEA shortcuts (including partial support for Doc comments), auto-completion of function names, structures, enums, etc. (but not methods yet). There is also a simple run configuration, but there are still problems with it, but in general, now you can run any The plugin is still far from being released. but I think we can team up to make the plugin faster 😄 |
Beta Was this translation helpful? Give feedback.
-
And finally we here: https://intellij-v.github.io |
Beta Was this translation helpful? Give feedback.
-
I started working on a plugin for intellij based ides.
https://github.com/MohammadMD1383/IntelliJ-V
but I need the help of community. (for complete grammar rules, etc ...)
I need your help guys!
screenshot(partial and incomplete syntax highlighting for now):

Beta Was this translation helpful? Give feedback.
All reactions