Skip to content

v0.3.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@neowit neowit released this 24 Jan 16:47
· 497 commits to master since this 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