Releases: xonixx/intellij-awk
Releases · xonixx/intellij-awk
v0.2.4
- Show error on multiple functions with same name in a file
- Bug fixes
v0.2.3
- Fixed inefficiency in parser
- Show hints for function parameters (Ctrl-P)
- Highlight unused functions and function parameters
- Enforce variable naming conventions
v0.2.2
- Minor fixes to auto-completion logic
v0.2.1
Items delivered: https://github.com/xonixx/intellij-awk/milestone/4?closed=1
- Make compatible with IDEA 2021.2
- Minor fixes
v0.2.0
Items delivered: https://github.com/xonixx/intellij-awk/milestone/2?closed=1
- Gawk features support added!
- namespaces support
@fun
@/ERE/
- switch statement
|&
- multi-dimensional arrays
- Gawk-specific functions
- etc.
- Lots of other improvement to all areas of plugin:
- Improvements/fixes to lexer and parser
- Cross-file functions and variables navigation added
- Speed-up due to stubs usage
- Add variables to Structure View
- more...
v0.0.1.1
Initial release.
Items delivered: https://github.com/xonixx/intellij-awk/milestone/1?closed=1