• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

vJASS highlighting for Visual Studio Code

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
  • Like
Reactions: Colonel Aster
This tool originates from here

Well, this one is pretty simple for now, I have just started making it for myself, decided to upload it for everyone who will want to use it.
For now there is almost now autocompletion (except the common one).

Keywords:
vJASS, Visual Studio Code, extension, highlighting
Contents

vJASS highlighting for Visual Studio Code (Binary)

Reviews
eejin
A useful tool, but at the moment this vJass highlighter is more featureful. Consider trying to add features that set your tool apart from the others.
Level 22
Joined
Feb 6, 2014
Messages
2,466
This doesn't properly highlight a lot of things like:
- common.j natives and constants.
- readonly, implement, stub, globals, endglobals, loop, endloop, exitwhen

Sometimes, some keywords get highlighted sometimes it does not:
- endscope, endstruct, endlibrary, endmethod, thistype
 
Top