Skip to content

2025.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 15:02
· 35 commits to main since this release
  • Support for intellij platform 2025.1
    • Remove pluginUntilBuild setting - plugin if compatible should be usable across new major version releases
  • Fix 'Slow operations are prohibited on EDT' error after project opening
  • Fix mismatch of indexes and psi after v up command
  • Change Snake case implementation to covert all caps as single word
  • Fix IndexOutOfBoundsException while typing } at the end of the document
  • Change order of default value and attribute. Fixes #22
  • Builtin functions will not show private members in code completion. Fixes #9
  • Add WASM. prefix
  • Remove restrictions for C., JS. completions
  • Refactor RunConfiguration:
    • Add validation
    • Use relative paths to working directory
    • Use directory as default run kind
    • Expand environment variables and pass to build and run/debug configuration
    • Add macro support