Snippets for VSCode

He Guys,

i just finished some work on snippets in my VS-Code Setup for editing HA-Config-Files.
Basicly it changes a shor description in VS-Code to full HA-Config-Code

e.g:

ha_scripts + pressing TAB

will turn into

scriptname: # will be entity_id
  alias:
  sequence:
    - service:
      data:

At the moment there a very less snippets in it, but I’m working on some more.

If anyone is intressed here can you find the snippets-file and a description how to use it:

https://github.com/outrun0506/vs-code-ha-snippets

BR

Lukas

6 Likes

Nice :slight_smile:

This is helpful thanks!