You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HA VS Code Add-on used to provide auto-completion for keywords within template blocks. This hasn't been working now for me for some time, and can't recall when it last worked (couple of months ago?). Entity IDs are auto completed elsewhere in editor, but not in blocks.
For example, typing:
sensor.ket
shows matches for sensor.kettle if it were filled in in say, the name, unique_id fields. It is not auto-completing in the below multi-line state block below however.
Problem/Motivation
The HA VS Code Add-on used to provide auto-completion for keywords within template blocks. This hasn't been working now for me for some time, and can't recall when it last worked (couple of months ago?). Entity IDs are auto completed elsewhere in editor, but not in blocks.
For example, typing:
sensor.ket
shows matches for
sensor.kettle
if it were filled in in say, the name, unique_id fields. It is not auto-completing in the below multi-linestate
block below however.I read #770 which looked similar, but I see that was resolved some time ago. I am running the latest addon (
5.17.3
).Expected behavior
Auto completion of entity IDs within template blocks
Actual behavior
Steps to reproduce
Proposed changes
The text was updated successfully, but these errors were encountered: