Releases: zephir-lang/idea-plugin
Releases · zephir-lang/idea-plugin
0.3.0
Syntax recognition fixed
public static / public final
<SomeType[]>
let this->filter[] = filters;
this->filter["for" : "1"]
unset this->_data[offset];
protected _value { get, __toString };
/{ get };
/{ get, set };
return;
let this->_validators = array_filter(validators, function(var element) {
return typeof element[0] != "array" || !(element[1] instanceof CombinedFieldsValidator);
});
Added keywords highlight: true
, false
, null
ZephirParserUtils
have shifted to src scope, to help beginner start easier
Completion list now is shows arguments of method at top of the list,
also list shows variants doe to context (class, file, method)
Fixed highlight for "switch" keyword
- Fixed highlight for "switch" keyword
- Updated readme to expand information about how to start develop the Zephir plugin
- Changed depended lib to support by now days IDE
Added brace matching
0.2.4 Bump version
Fixed build
0.2.3 Bump version
Improve highlighter, added color settings page
0.2.2 Bump version
0.2.1
Syntax highlighting
0.2 Bump version, add description