Today I wrote a little plugin for [Visual Studio Code][1], that attempts to enable HOCON syntax highlighting.
When I started this I knew little to no Regex, so there might be some weird behaviors, but it should mostly work.
If you can help me make any improvements, let me know and I will update the plugin.
Download
You can download the plugin here: [DOWNLOAD][2]
Installation
To install the plugin, you will have to locate the plugins folder and extract the archive’s contents there.
In Window the path should be something like this:
You will have to restart the application if it was running while you were installing the plugin.
After installation you should be able to find “HOCON” in the language selection menu. You can access the menu by clicking a button in the bottom-right of the application window.
[1]: https://code.visualstudio.com/
[2]: http://a.pomf.se/raqqeo.zip
This isn’t for Visual Studio.
Microsoft made a new, lightweight, text editor under the same brand - “Visual Studio Code”. I treat it as a better alternative for Notepad++. I really do recommend everyone to try it out.
… vsc looks really nice.
and i like things that look nice.
plus notepad++ sometimes breaks down for me anyway and i’m annoyed at its light theme that doesn’t dare touch the dark side, so i’ll probably switch to vsc purely for aesthetic .3.
That’s funny that you’ve been having problems with NotePad++ @Xemiru, I’ve been using it for over 2 years without any issues… @ekgame As for a microsoft product being better than a opensource project, I don’t know. But I’ll probably download it to see if it really is better. Idk though, I’m fanboying pretty hard over here.
I’ve never used IntelliJ, so I can’t really compare, but I imagine that it should be a lot more resource intensive than VSCode.
I would imagine that IntelliJ has a lot of modules and features that it has to load, even if you don’t use them. VSCode appears to be running in top of Electron, so it should be more or less equivalent to having an additional web browser window open.
There is really nothing stopping you from just trying.