Matlab IntelliJ Plugin Versions Save

Matlab support for IntelliJ IDEs

v0.8.5

11 months ago
  • Fix compatibility problems

v0.8.4

3 years ago
  • #101 Support comments that start with symbol #

v0.8.3

3 years ago
  • #94 Better keywords completion inside classdef

v0.8.2

3 years ago
  • Remove all casts that may cause class cast exception

v0.8.1

3 years ago
  • Fix ClassCastException when detecting function type

v0.8

3 years ago
  • 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)

v0.7

3 years ago
  • #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)

0.6

3 years ago
  • #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)

v0.5.3

4 years ago
  • #61 Smart Enter inserts semicolon where required (ctrl-shift-enter or cmd-shift-enter) (by @cyclic-reference)
  • #62 Added plugin icon (by @cyclic-reference)

v0.5.2

4 years ago
  • #51 Support enumeration blocks