Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>NeutralinoJs SnippetsNew to Visual Studio Code? Get it now.
NeutralinoJs Snippets

NeutralinoJs Snippets

Aditya Mishra

|
722 installs
| (0) | Free
Awesome Snippets For Developing NeutralinoJs Apps Faster
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NeutralinoJs Snippets

Awesome Snippets For Developing NeutralinoJs Apps Faster


Snippets

Snippet Renders
initApp Neutralino.init()
openUrl Neutralino.os.open("")
exitApp Neutralino.app.exit()
setTitle Neutralino.app.setTitle("")
getTitle Neutralino.app.getTitle()
setData Neutralino.storage.setData("key", "value")
getData Neutralino.storage.getData("key")
execCommand Neutralino.os.execCommand("python --version")
openFileDialog Neutralino.os.showOpenDialog("Open A File")...
saveFileDialog Neutralino.os.showSaveDialog("Save A File")...
openFolderDialog Neutralino.os.showFolderDialog("Open A Folder")
app Neutralino.app.
clipboard Neutralino.clipboard.
computer Neutralino.computer.
debug Neutralino.debug.
events Neutralino.events.
extensions Neutralino.extensions.
filesystem Neutralino.filesystem.
os Neutralino.os.
storage Neutralino.storage.
updater Neutralino.updater.
window Neutralino.window.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft