This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Configure Code Editor
Nick Iliev edited this page May 28, 2020
·
2 revisions
Before you can use the Open in Editor button to open your app directly in your preferred code editor, you need to configure it properly. To do this, you need to provide a valid path to the executable of your favorite code editor.
- Launch NativeScript Sidekick.
- Click on the settings icon, which is located in the top right corner.
- In the Settings view, select the Code Editor section.
- In the Path to executable text box, click Browse and select the executable of your preferred code editor.
- (Optional) In the Command line arguments text box, provide parameters that will be passed to the code editor when it is launched.
- Click Save.
- In the main view of NativeScript Sidekick, click Open in Editor to open the code of your application directly in the previously selected editor.
Explore the Getting Started Guide to familiarize yourself further with NativeScript Sidekick or Create a New App.
- Introduction
- Get Started
- User Guide
- Logging in Sidekick
- Sidekick Settings
- Creating Your App
- Configuring Your App
- Adding Pages
- Code Signing You App
- Building Your App
- Running Your App
- Publishing Your App
- Troubleshooting