iobroker-javascript-vs-code-extension icon indicating copy to clipboard operation
iobroker-javascript-vs-code-extension copied to clipboard

A Visual Studio Code extension for script development in Visual Studio Code.

Results 9 iobroker-javascript-vs-code-extension issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In the IDE the require statement is not supported. See here: ![image](https://github.com/nokxs/iobroker-javascript-vs-code-extension/assets/11787949/d643be84-c80e-4b7d-8404-240b51ef79f6) **Describe the solution you'd like** * Maybe this...

enhancement

**Describe the bug** Intellisense shows error messages if variables with same names are declared in multiple scripts. **To Reproduce** Create two scripts with same variable names. Not all double declared...

The file in the active editor should be selected in Script Explorer. Whenever the focus changes, the selected file in Script Explorer should change also. The behaviour should basically be...

enhancement

Currently it is only possible to delete remote scripts, but it should also be possible to delete a directory. If a directory contains any scripts, the scripts should also be...

enhancement

``` ################################# VSCode Version: 1.89.1 Is new app install: false Is telemetry enabled: true Language: en App host: desktop Is extension active: false Extension version: 1.3.2 2024-05-31T17:42:52.483Z INFO IobrokerConnectionService read...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to add a schedule and have to look up how the pattern must be...

enhancement

**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:...

**Is your feature request related to a problem? Please describe.** Sometimes I forget to upload a file that has been changed. I never forget to commit it to Git ;-)...

enhancement

**Describe the bug** Wenn man in einem Typescript eine Variable vom Typ `NodeJS.Timeout` anlegt, wird folgende Fehlermeldung angezeigt: ![grafik](https://github.com/user-attachments/assets/66f912fc-dcfb-4d06-b5ab-29c8d4d80668) Den Befehlt ![grafik](https://github.com/user-attachments/assets/054f548f-7b47-46fb-a9a4-24d6fb336348) habe ich ausgeführt. Fehler bleibt. **To Reproduce** Steps...

enhancement