You can develop NativeScript apps in any text editor or IDE you prefer.
VS Code If you do choose to try Visual Studio Code, let's look at one tip you might find useful as you develop NativeScript apps.
code
commandAfter you install Visual Studio Code, you can open projects using the editor's File
→ Open
menu option, but there's an alternative option that works far better for command-line-based projects like NativeScript: the code
command.
The code
command runs in your command-line or terminal, and it works just like the ns
command does for NativeScript apps. Visual Studio Code installs the code
command by default on Windows and Linux, but on macOS, there's one manual step you must perform.
Once set up, you can type code .
in your terminal to open the files in your current folder for editing. For example, you could use the following sequence of commands to create a new NativeScript app and open it for editing.
ns create MyNewApp
cd MyNewApp
code .
WebStorm
If you're a WebStorm user, check out this popular community-written plugin that adds many NativeScript-related features.
Next steps RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4