AboutThis plugin adds some useful feature into vscode. These features include:
Extensions
Added ActionsTip: all the actions from this extension are prefixed with keyword olive. Afterall who doesn't like olive. Olive is delicious! Open Workspace Snippest FileThis opens the workspace snippets file. Open in VscodeThis opens any folder in a separate Vscode instance.
Paste Escaped Snippets BodyThis feature is not user friendly, but very helpful. When creating a snippet in vscode, there are special characters a dev needs to escape. Dollar sign for example, inside a snippet, needs to be escaped by putting before it a backslash. This action does this escaping for you.
The pasted body is escaped. Switch FileUsually in modern frameworks, a dev is working on related files.
I once tried a Angular extension that does these shortcuts: alt + shift + [uiop] So in left hand, press alt and shift. In right hand, either u, or i or o or p. Very handful. This needs more documentation, but these are some points. This currently supports:
Extensions detects current app type based on key files known to be in each framework. Shortcuts are alt + shift + one of these keys
There are yet other keys not documented. Currently you can take it as-is, if it works it works. This is still work in progress. Keyboard Shortcuts
Ideas SuggestionsGitignoreEnsure a .gitignore file exists with commonly used files |