Releases: kornilova203/matlab-IntelliJ-plugin
Releases · kornilova203/matlab-IntelliJ-plugin
Matlab Plugin 0.8.5
- Fix compatibility problems
Matlab Plugin 0.8.4
- #101 Support comments that start with symbol
#
Matlab Plugin 0.8.3
- #94 Better keywords completion inside classdef
Matlab Plugin 0.8.2
- Remove all casts that may cause class cast exception
Matlab Plugin 0.8.1
- Fix ClassCastException when detecting function type
Matlab Plugin 0.8
- Resolve qualified expressions (by @YaPravaATyNet)
- Basic type inference (by @YaPravaATyNet)
- Built-in functions completion (by @YaPravaATyNet)
- Function names completion better handles parentheses (by @YaPravaATyNet)
- Complete names from other files (by @YaPravaATyNet)
- Support for parfor loop and spmd blocks (by @YaPravaATyNet)
- Automatically reduce indent when end keyword is typed (by @YaPravaATyNet)
- Extract/inline variable refactorings (by @YaPravaATyNet)
- Support documentations for built-in functions and for functions in source code (by @YaPravaATyNet)
- Add unnecessary 'continue' and 'return' inspection (by @YaPravaATyNet)
- Unreachable code inspection (by @YaPravaATyNet)
Matlab Plugin 0.7
- #70 Resolve symbols across all project files (by @YaPravaATyNet)
- #72 Show plots and wait until they are closed by user (by @YaPravaATyNet)
- #75 Process enter key in string literals: wrap concatenation using strcat function (by @YaPravaATyNet)
Matlab Plugin 0.6
- #53 Code folding supported (by @YaPravaATyNet)
- #67 Completion popup will not appear after numeric literal is typed (by @YaPravaATyNet)
- #48 Resolve global variables inside on file (by @YaPravaATyNet)
- #50 Fix bug when field names were interpreted as keywords (by @YaPravaATyNet)
- #52 Class attributes can be specified without an expression (by @YaPravaATyNet)
Matlab Support Plugin 0.5.3
Matlab Support Plugin 0.5.2
- #51 Support enumeration blocks