vim-force.com icon indicating copy to clipboard operation
vim-force.com copied to clipboard

Vim plugin for force.com

Results 14 vim-force.com issues
Sort by recently updated
recently updated
newest added

Currently, the auto complete available is slow. Is any configuration required to speed it up? Is there any plan to integrate Apex LSP (https://github.com/forcedotcom/salesforcedx-vscode/wiki/Apex-Language-Server). It would be really awesome and...

Hi, Please see below error. Removed some details which cannot be disclosed. ``` Trying to start server using command: java -Dlog.level.root=error -Dfile.encoding=UTF-8 -jar ***\tooling-force.com-0.4.0.2.jar --action=serverStart --port=8888 --timeoutSec=60 --action=deployModified --tempFolderPath="***\vim-force\tmp" --authConfigPath="***\vim-force\prop\oauth2\***"...

I get this error when I try to edit a visualforce page ``` Error detected while processing /Users/ahegde/.yadr/vim/bundle/vim-force.com/indent/visualforce.vim: E700: Unknown function: HtmlIndent ``` I have overridden my system vim with...

If another process is already bound to `g:apex_server_port` and it doesn't respond to commands, they fail silently waiting for a response. For example, using the default port of 8888, start...

I cannot ApexRefreshProject or ApexRefreshFile today. I tried it on two different projects, including trying to pull down into an empty folder. I get an error about: ` [ERROR] spray.json.JsonParser$ParsingException:...

In theory I have everything set up correctly(I think) because whenever I use omni competition on small project (Developer Edition org with few classes) it works. But when I switch...

`set` here must not be highlighted: ![screen shot 2017-05-29 at 8 52 33 am](https://cloud.githubusercontent.com/assets/3514015/26538018/55aba2a6-444c-11e7-9b1e-b6694930af06.png)

I tried to add to my `.vimrc` this from documentation: ``` let g:apex_test_debuggingHeader = {"All": "Error", "Visualforce": "Error", \ "Workflow": "Error", "Db": "Error", "System": "Error", "Callout": "Error", \ "Apex_profiling": "Error",...

Same as title, while in documentation we have the following: `Refresh current project and download new/modified files from SFDC, replacing all local files.` Which for me indicated that all local...

Hi Andrew, Thanks a lot for the great plugin. I'm trying to run force.com vim commands from console directly. i,e, for ex, vim -c ApexInitProject (or) vim -c ApexCompare It's...