Idea Plugin Versions Save

An IntelliJ plugin for editing Zephir code

0.3.0

7 years ago

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)

0.2.5

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

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2

9 years ago