Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>indeca-vscode-extensionsNew to Visual Studio Code? Get it now.
indeca-vscode-extensions

indeca-vscode-extensions

Indeca Gmbh

|
162 installs
| (1) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

indeca-tooling README

Indeca Tooling contains a set of VSCode Plugins that should improve and speed up development in VSCode for Indeca GmbH and its associates.

Snippets

  • in-grid
  • grid-column

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

  1. CTRL + K, CTRL + S for opening key bindings
  2. press keybindings.json
  3. Add {"key": "ctrl+t", "command": "extension.toggle"} to your bindings

Now the command is activated by pressing CTRL+T.

Configuration

  1. Press CTRL+, to open the settings dialog
  2. Search Indeca and click Edit in settings.json
  3. 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

  • bundled snippets

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

  • avatar image

0.0.1 - 2019-02-14

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft