2.2.0.4 release notes
2.2.0.4 Issue 373 - Added support for execution of SOQL queries against Tooling SObjects via the Tooling API including: Generation of Tooling API SObjects into the offline symbol table. The OST for a project must be regenerated before this feature is available. Selection of which API should be used for the query in a given tab via a toolbar toggle button in the SOQL Query tool window. Defaults to the standard/partner API. Retained across sessions on a per-tab basis. Accessible via Alt+T on Windows/Linux or Opt+T on Mac. Full authoring/editing of SOQL queries against Tooling API SObjects just as with standard SObjects including support for code completion, live templates, reference navigation, polymorphic fields, etc. Execution of SOQL queries against Tooling SObjects and display of query results in both tabular and hierarchical formats. This includes proper display of complex non-relational objects such as Coverage , Metadata , and ...