Indeca Tooling contains a set of VSCode Plugins that should improve and speed up development in VSCode for Indeca GmbH and its associates.
Snippets
Features
Insert Service Command
Inserts a service to constructor. Declares and assigns a backing field and asserts the service.
Toggle Words Command
Toggles words from user defined toggle lists.
Bind Key to command
CTRL + K , CTRL + S for opening key bindings
- press
keybindings.json
- Add
{"key": "ctrl+t", "command": "extension.toggle"} to your bindings
Now the command is activated by pressing CTRL+T .
Configuration
- Press
CTRL+, to open the settings dialog
- Search
Indeca and click Edit in settings.json
- Now you can add
indecavscode.toggleLists and apply some useful lists e.g.
[
[
"true",
"false"
],
[
"public",
"private"
],
[
"==",
">",
">="
]
]
Requirements
Using it
None
Development and Packaging
vsce => npm i -g vsce
Create your extension package (.vsix) with vsce package or run npm run package .
Installing
- Press
CTRL+SHIFT+X to go to the extensions.
- press
... to open the context menue
- choose
install from VSIX and navigate to your package
Extension Settings
This extension contributes the following settings:
indecavscode.toggleLists : [["replacement1", "replacement2"], ["replacement3", "replacement3"]]
Known Issues
Release Notes
0.0.5 - 2019-02-15
Fixed
0.0.4 - 2019-02-15
Fixed
- replaced editorservice with the backup
0.0.3 - 2019-02-15
Added
- added snippets for
in-grid and grid-column components
0.0.2 - 2019-02-14
Added
0.0.1 - 2019-02-14
| |