Andrey Gavrikov

Results 61 comments of Andrey Gavrikov

Your environment looks fine at first glance. what API version is configured in your package.xml ? do you need to use proxy to connect to the internet ? If you...

what API version is configured in your package.xml ? To run jar file with some more debug output please follow these steps 1. Make sure that tooling-force.com.jar server is not...

Thanks, looks like we are getting somewhere. It fails on parsing `debuggingHeaderConfig` file. 1. Can you confirm that you are using latest version of `vim-force.com` ? 2. Did you set...

Hello @sankaran1984 not 100% sure that I understood your question correctly... On the one hand it looks like you want to interact with SFDC from a command-line or script type...

``` If you think, it's not designed in that way, no issues. i can develop something similiar. ``` Yes, `vim-force.com` is a vim plugin and meant to be used inside...

`:ApexLog` is just a shortcut to open a local log file previously generated by one of the commands which accepts log level before this command is executed. e.g. if you...

Main reason why real log retrieval has not been implemented is because I have not given it much thought in terms of usability and did not research API capabilities in...

Hello @kgrzywacz > Which for me indicated that all local files will be removed No, this is not the case. Refresh is not supposed to remove files proactively. It does...

I am not sure about this. The problem is how to determine which files are to be cleaned and which ones are to be kept. Indiscriminate removal of all files...

Before you add `system.` - does the file where you are trying to execute completion pass `:ApexCheckSyntax` ? If it does pass syntax check - can you extract this file...