- Support IntelliJ 2024.1, EAP
0.1.5 - 2023-12-11
- Fixed structs not working
- Updated deprecated methods in LSP API
- Fixed pub and protected accessor support
- Fixed init keyword replaced with new
- Added support for Stopping and starting the Wing Console
- Changed color scheme for editor
0.1.0 - 2023-08-13
- Added folding support for blocks
- Added folding support for imports
- Added support for trailing comma
- Make it explicitly not require restart for install
- Added
as
support onnew
- Added
in
support onnew
- Added
as
support onbring
- Added coloring for semicolon
- Added support for explorer window
0.0.2 - 2023-07-27
- Added support for caret position in arguments
- Added brace matching support
- Added commenter support
- Added quote handler
- Added plugin logo
- Fixed argument with argument name not being parsed correctly
0.0.1 - 2023-07-25
- Initial scaffold created from IntelliJ Platform Plugin Template