v0.3.3.0
Pre-release
Pre-release
SOQL completion
- this release contains initial version of suggesting code completion candidates in SOQL expressions - field names, date literals, aggregate functions, FROM object type, inner query FROM child relationship names, etc.
Demo here: http://youtu.be/rzqgXV3Gx0s
Apex code completion
- parser used for Apex completion is now case insensitive. Previous versions required apex keywords (e.g. "with sharing") to match the case in apex API documentation
- performance improvements for apex completion candidates in large source files
- various fixes to Apex grammar