Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quicksave Editor OpenerNew to Visual Studio Code? Get it now.
Quicksave Editor Opener

Quicksave Editor Opener

Quicksave Interactive

|
3 installs
| (0) | Free
Open .machine, .qsapp, and .layout files in their respective external editors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quicksave Editor Opener

A VSCode extension that allows you to open Quicksave.fi project files in their respective external editors. Quicksave.fi Interactive toolkit is used to create webgl playable ads without code.

Features

  • Right-click on .machine files to open in Machine Editor
  • Right-click on .qsapp files to open in QSApp Editor
  • Right-click on .layout files to open in UI Editor
  • Works from the file explorer context menu and editor title context menu
  • Automatic editor path detection for Windows, macOS, and Linux

Usage

Right-click on any .machine, .qsapp, or .layout file in the VSCode file explorer and select the appropriate "Open in [Editor]" option from the context menu.

Configuration

The extension automatically detects editor installations in the default locations:

Windows

  • Machine Editor: %LOCALAPPDATA%\Programs\machine-editor\Machine Editor.exe
  • QSApp Editor: %LOCALAPPDATA%\Programs\qsapp-editor\QSApp Editor.exe
  • UI Editor: %LOCALAPPDATA%\Programs\ui-editor\UI Editor.exe

macOS

  • Machine Editor: /Applications/Machine Editor.app
  • QSApp Editor: /Applications/QSApp Editor.app
  • UI Editor: /Applications/UI Editor.app

Linux

  • Machine Editor: ~/.local/share/machine-editor/machine-editor
  • QSApp Editor: ~/.local/share/qsapp-editor/qsapp-editor
  • UI Editor: ~/.local/share/ui-editor/ui-editor

Custom Editor Paths

If your editors are installed in different locations, you can configure custom paths in VSCode settings:

  1. Open VSCode Settings (Ctrl+, or File > Preferences > Settings)
  2. Search for "Quicksave Editor Opener"
  3. Set custom paths for any editor:
    • quicksaveEditorOpener.machineEditorPath
    • quicksaveEditorOpener.qsappEditorPath
    • quicksaveEditorOpener.uiEditorPath

Or edit your settings.json directly:

{
  "quicksaveEditorOpener.machineEditorPath": "C:\\Custom\\Path\\To\\Machine Editor.exe",
  "quicksaveEditorOpener.qsappEditorPath": "C:\\Custom\\Path\\To\\QSApp Editor.exe",
  "quicksaveEditorOpener.uiEditorPath": "C:\\Custom\\Path\\To\\UI Editor.exe"
}

Requirements

  • The respective editor applications must be installed at the default locations or configured in settings
  • VSCode version 1.80.0 or higher

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft