Bug
- [FANP-63] - Autocomplete does not work for indexing expression
- [FANP-64] - Auto completion of static methods does not work
- [FANP-68] - Go to declaration of a static method call does not work
- [FANP-69] - Completion of superclass methods does not work
- [FANP-72] - Completion on closure parameter does not work
- [FANP-74] - Completion after method call does not used the type of the return value but the parent type
- [FANP-76] - Completion of local variable names does not work
- [FANP-77] - Completion on Enumeration values does not work
- [FANP-83] - NoClassDefFoundError while compiling build file
Improvement
- [FANP-80] - After entering { I expect the closing } to be generate on the line below
New Feature
- [FANP-61] - Debug support
- [FANP-65] - Support the help when entering parameters of a function Ctrl+P
- [FANP-66] - Add Pod run configuration
- [FANP-86] - Implement "find usages"
Task
- [FANP-70] - Should be able to run a test class and method
- [FANP-79] - No links to source code from test results
- [FANP-82] - Auto complete and goto decleration should handle fully qualified type names
- [FANP-84] - Support auto completion for using statements
- [FANP-85] - Support execute tests for pod, class or method as a run configuration