title | description | position | publish | slug |
---|---|---|---|---|
Configure Code Editor |
Learn how to set which code editor will be opened when you click the "Open in Editor" button. |
1 |
true |
code-editor |
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 {{ site.ns-sk }}.
- 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 {{ site.ns-sk }}, click Open in Editor to open the code of your application directly in the previously selected editor.
Explore the [Getting Started Guide]({% slug gs-overview %}) to familiarize yourself further with {{ site.ns-sk }} or [Create a New App]({% slug create-app-from-template %}).