-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-completion for keywords and parameters not working with VS Code v5.10.0 #770
Comments
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
Several other people are experiencing the same problem due to the number of 'thumbs up' comments. I have repeatedly re-installed the VS Code Add-on but the problem remains. |
@frenck, would have a few minutes to look at this please? Despite removing and re-installing the VS Code Add-on several times the problem remains, ie the only auto-completions that work for me are entity names. Auto-completion for keywords and parameters is broken. I think I may have been the cause of the problem as I remember there being a .vscode-xxxxxx file or folder under /config and it looked to be a left-over temporary file and I deleted it - clearly it wasn't! It's strange that a re-install doesn't resolve the problem. |
I also see this problem and I never deleted such file or anything similar. |
@nicolaufg, I'm wondering what the common factor might be 🤔 Which browser(s) and OS(es) are you using? I only have Macs and iOS mobile devices to test with. |
I'm using Linux Mint 20.2. Hass is running dockerised on a Tinker 2 (Debian 10). 5 min later... I hate growing old :( |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
The problem persists. I uninstalled the Add-on, upgraded HA Core from 2024.4.2 -> 2024.4.3 and then reinstalled the VSCode Add-on - no change |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
This issue is still there with Core 2024.5.3, OS 12.3 and Frontend 20240501.1 |
Same.. can't use auto complete |
Same here, but it doesn't work for neither VS Code Server and regular VS Code connected to HA HA OS 12.3 |
Same thing here running latest version of supervised HA OS. |
same here using latest version of supervised HA OS Add-on: Studio Code Server
|
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
This issue is not stale. I suffered a HDD failure recently, after which I did a fresh install and backup. I have no updates showing but the problem persists. |
Issue persists |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
Still persists |
Fix in v5.16.0 |
@frenck, many thanks for your work fixing this. Editing YAML is now soooo much easier! 👏 👏 👏 |
Problem/Motivation
Prior to Nov 2023 the HA VS Code Add-on used to provide auto-completion for keywords (eg alias, description, trigger, platform and mode), parameters (eg state, numeric_state, single) and entity ids/names. Today the only completion that works is for entity ids/names.
Expected behavior
Auto-completion to work for keywords, parameters and entity ids/names.
Actual behavior
When starting to write a new automation the pop-up list of potential auto-completions does not correspond to the current context (see screenshots).
Steps to reproduce
Start to write a new automation and type a single hypen, as though you were about to type '- alias: '. You will be presented with a list of completions that make no sense. Similar problems are experienced as each new keyword is entered.
Proposed changes
Restore the pre-Nov 2023 functionality. Removing and re-installing the add-on does not affect the behaviour.
The text was updated successfully, but these errors were encountered: