iobroker-javascript-vs-code-extension
iobroker-javascript-vs-code-extension copied to clipboard
Intellysence resuls inconsistent/incomplete
Describe the bug When IntellySense is showing a list of possible auto-completions for iobroker-IDs, there seems to be an inconsistent filtering:
Example:
I entered 'hm-rpc.1.SZ'
and this list is shown:
2 Issues:
- SZ.Licht is missing
- Garage.SteckdoseStandheizung is shown, but does not have a "SZ" in the text.
If I enter "licht" in the autocompletion (i.e. 'hm-rpc.1.licht'
), SZ.Licht is found:
Expected behavior
- SZ.Licht should be found and shown as possible auto-completion after "SZ" is entered
- Garage.SteckdoseStandheizung should not be presented when searching for "SZ"
Version information (please complete the following information):
- Extension version: 1.7.0
- VS Code version: 1.96.2
- ioBroker admin version: 7.1.5
- ioBroker nodejs version: 20.18.0
- ioBroker javascript adapter version: 8.8.3