Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.21 KB

configure-editor.md

File metadata and controls

25 lines (19 loc) · 1.21 KB
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

Configure 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.

Procedure

  1. Launch {{ site.ns-sk }}.
  2. Click on the settings icon, which is located in the top right corner.
  3. In the Settings view, select the Code Editor section.
  4. In the Path to executable text box, click Browse and select the executable of your preferred code editor.
  5. (Optional) In the Command line arguments text box, provide parameters that will be passed to the code editor when it is launched.
  6. Click Save.
  7. 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.

Next Steps

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 %}).