Supported Snippets
The full list of currently supported snippets is:
assertEquals
—System.assertEquals
call,assertNotEquals
—System.assertNotEquals
call,class
— class definition,classHeader
— ApexDoc class header,const
— constant definition,ctor
— constructor definition,do
—do…while
loop,else
—else
block,enum
— enum definition,for
— 'classical'for
loop,forr
— 'classical' reversefor
loop,if
—if
block,interface
— interface definition,methodHeader
— ApexDoc method header,newList
— newList<T1>
initialization,newMap
— newMap<T1,T2>
initialization,newSet
— newSet<T>
initialization,propfull
— full property definition,try
—try…catch
block,while
—while
loop.
You can find all of these snippets as separate files in your The Welkin Suite folder — the folder where the IDE was installed. To find this list, go to TWS's installation directory (for example, it could be at the disk C:) and follow this way: Extensions\Application\Editor\CodeSnippets\Snippets
. In addition, this list is also available in the Code Snippets Manager.
In this section: |
This also may be useful: |
Last modified: 2017/05/24 11:30