Andrey Gavrikov

Results 61 comments of Andrey Gavrikov

`ftedetect` is often used to override default vim file type detections. Without it all SFDC related files (with minor exceptions) would be detected with incorrect file types. e.g. MyClass.cls would...

This must be something to do with your local vim config. Perhaps some additional syntax highlighting rules in another plugin or colorscheme overwrite rules configured by `vim-force.com`. [apexcode syntax](https://github.com/neowit/vim-force.com/blob/master/syntax/apexcode.vim#L43) explicitly...

There is no queuing or cancelling presently. If you send second request before first had a chance to complete then both will be executed in parallel. Moreover, there is no...

1: Add a small delay to the request to catch rapid spamming from vscode and only listCompletions on for the final request Is it possible to record the fact if...

> Correct me if I'm wrong, but I only know of 3 instances Yes that is correct (except SOSL is not supported). I made wrong assumption about the meaning of...

Both "cancel with Id" and "cancel all open" sound like potential candidates. I will need to do some testing. "Id based" one does seem to be more precise at first...

Hello @ChuckJonas Can you share an example of a sequence of steps which leads to those long response times you specified in your original message on this issue ? Sending...

Due to the nature of SFDC this one is going to be quite hard. Apex class, method or property may be referenced in many places. Here is just first few...

you mean as of API v36 (Spring 16)? This update it is planned, but I have not had a chance to get to this yet. You are welcome to send...

Thank you for the the suggestion. Not sure I understood it properly though. If sublime text already does this out of the box why would you want `tooling-force.com` to do...