superfell / SoqlX

SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
https://pocketsoap.com/osx/soqlx/
Other
269 stars 53 forks source link

cache field completions during parsing. #150

Closed superfell closed 2 years ago

superfell commented 2 years ago

They're cached for an unfiltered field list by sobject. For a query with lots of fields this helps a lot.

We also store the completions for a location in a new custom type instead of in the attributedString, this also helps a lot.

superfell commented 2 years ago

helps with #137