Salesforce Code Extension for VS Code [WORK IN PROGRESS]
The extension contains useful tools for Salesforce development. At the moment, it has only snippets with contextual parameters. In the nearest future custom funtionality that extends SFDX capabilities will be added.
Snippets
There are two ways to trigger SFCode snippets:
Type 'sfc' and list of available snippets will appear
Type a word of two of what piece of code you want to insert. For instance, if you will type 'final' – snippet for creating final variable will appear