Skip to content

Releases: vlang/intellij-v

2024.3.1

14 Nov 21:40
Compare
Choose a tag to compare
  • Support for intellij platform 2024.3
  • Fix circular dependency error
  • Introduce new implements keyword for interface declarations
  • Keywords can now be used in enums
  • Around 60 deprecation fixes

0.0.1-beta.6

07 Sep 19:14
Compare
Choose a tag to compare
  • Support for IntelliJ Platform 2024.2
  • Faster indexing (and smaller index) by filtering out test files from vlib
  • Launch search for vlang installations in coroutine
  • Support for static method syntax
    • it will not be highlighted as an error
    • no completions yet

Build system

  • update Gradle to 8.9
  • move to gradle intellij platform plugin version 2.0.1

0.0.1-beta.5

07 Sep 19:11
Compare
Choose a tag to compare
  • Support for IntelliJ Platform 2024.1
  • Support for new attribute syntax (like @[inline]). Old syntax is still supported.