0.0.25 • Published 8 years ago

ForceCode v0.0.25

Weekly downloads
17
License
-
Repository
github
Last release
8 years ago

ForceCode for Visual Studio Code

This extension is a companion for SFDC development with Visual Studio Code.

##Features

Configuration

To assign your username and password, include the following json in your settings.json file, inside the .config folder

{
    "sfdc": {
        "username": "${ Username }",
        "password": "${ Password }",
        "token": "${ Token }",
        "autoCompile": true
    }
}

####Get errors as you type The Auto-compile feature adds a hook to the save command that will automatically deploy and compile your code to your SFDC org whenever you save. This works great with VSCode's autosave feature, providing errors as you type.

##Commands Forcecode provides a number of commands to work with your Salesforce org and metadata. ###Execute Anonymous >Force: Execute Anonymous
Keyboard: alt + cmd + e

###Compile >Force: Save/Deploy/Compile
Keyboard: alt + cmd + s

###Get Log >Force: Get Logs
Keyboard: alt + cmd + i

###Open
>Force: Get Class, Page, or Trigger
Keyboard: alt + cmd + o

###Retrieve Package >Force: Get Package from Org

Future goals

  • Test runner
  • Intellisense code completion
  • Debug Apex code with breakpoints in the editor
  • Lightning component builder