Skip to content

v0.0.25 - Semantic Highlighting fixes

Latest
Compare
Choose a tag to compare
@kirides kirides released this 02 Jan 19:47
  • Fixes wrong semantic tokens for cases where a local variable is named like a different symbol

    • it's now easier to spot invalid code by looking at the semantic highlighting
      wrong type in comparison, ItMi_Gold-Instance was expected:
      grafik
      Correct type of instance has different highlight
      grafik
  • Fixes semantic highlighting in assignment contexts
    Now it's easier to spot if a parameter or global variable/constant is being modified in an assignment
    grafik
    grafik