nativescript-vscode-extension
nativescript-vscode-extension copied to clipboard
A Visual Studio Code Extension for NativeScript
When appRoot isn't actually the workspace root but rather a sub directory "${workspaceRoot}/nativescript" the plugin won't get past the initialization call due to the [server creating a socket hash from...
Currently, if you execute the "sync" command in our VS Code extension the debugger will detach and attach to the running application *everytime* livesync is executed. Since attach/detach is taking...
Step to reproduce: 1. Run `Launch on iOS` 2. After VSCode is attached make change in a `.xml` file and save it. 3. **While the CLI is livesyncing** the changed...
It will be good if there is UI to select from existing devices/emulators/simulator.
Since iOS development requires OS X the "Launch/Attach on iOS" configuration is redundant on Windows. We have to check if we can have platform-specific debug configurations.
`Launch on iOS/Android` can be removed in favour of `Sync on iOS/Android`.
This should be possible with the [multi-target debugging support](https://code.visualstudio.com/updates#_multitarget-debugging).
Load NativeScript CLI in process instead of spawning new processes for every CLI command.
Since VSCode v1.5 API has been added that provides extensions with some basic control over the integrated terminal like creating terminal(s) and sending text to them. Consider using a Terminal...
Research if REPL IntelliSense can be enabled. With the extension of the debugger protocol in VSCode 1.5 it should be possible. More info: https://code.visualstudio.com/updates/v1_5