Apex Intention Actions
Sublime Text 3 plugin to speed up your Salesforce development
Details
Installs
- Total 2K
- Win 1K
- Mac 497
- Linux 114
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Apex Intention Actions
No longer maintained
I'm not using Sublime any more. I'm working on porting this plugin to VSCode.
A Sublime Text 3 plugin to speed up your Salesforce coding.
Description
Snippets and commands to speed up you Salesfroce development
Requirements
- Sublime Text 3
- MavensMate is highly recommended. But I guess you already have it.
Since MavensMate requires ST 3, there will be no ST 2 support.
Installation
If you have previously installed the plugin manually or through repo - please remove it!
- Install Package Control if you don't have it already
- Run
Package Control: Install Package
command - Search for
Apex Intention Actions
- Hit
Enter
How to use it
Intention Action
- Find a line defining class property. E.g.
public Boolean boolProperty;
2. Press Alt+Space
or use command Apex Intention Actions: Show available actions
.
3. Choose action, press Enter
A little demo:
Regular snippets
Just start typing something. If there is a snippet - autocomplete will show it to you. Full list of snippets is available here.
Working intention actions:
- Add getter
- Add setter
- Add both getter and setter
- Add constructor parameter
- Add class constructor
- Add init method and call in each constructor
- Add 0-arg constructor and init method
- Add method overload
All actions have short cut. Ctrl+M
(⌘+M
on Mac), then use following shortcuts:
G
- Add getterS
- Add setterCtrl+G(⌘+G)
orCtrl+S(⌘+S)
- Add both getter and setterCtrl+P(⌘+P)
- Add constructor parameterC
- Add class constructorI
- Add init method and call in each constructorCtrl+C(⌘+C)
orCtrl+I(⌘+I)
- Add 0-arg constructor and init methodCtrl+O(⌘+O)
- Add method overload
Customizations
Action menu has two styles: quick panel and pop-up menu.
To switch between them use preferences command for the plugin and change the intention_menu_mode
settings. Two options available: quickpanel
and popup
.
To change key bindings use the Preferences: Apex Intention Actions Key Bindings – User
command.
Check out the Customization
page on project's wiki!
License
Apache 2.0