Kyle Crouse
Kyle Crouse
+1 for this feature! Definitely have had the need for this a few times.
You're right, it gets tricky if there is a long query _and_ a long chain of properties. I can't see a good way to break up both the query and...
You may be aware already, but I just realized this issue applies to all static queries, not just those in an SObject constructor. Example below. Input ```apex [SELECT Another_Test_Object__r.Yet_Another_Test_Object__r.Account.Id FROM...
Try cloning via HTTPS rather than than SSH: ``` git clone https://github.com/wadewegner/salesforce-cli-zsh-completion.git ~/.oh-my-zsh/custom/plugins/salesforce-cli-zsh-completion ```
I can confirm it doesn't exist in production or any sandboxes for the org I work with. I checked a couple dev editions though and it existed in those.