Language syntax, snippets and build system for AppleScript
Screenshot of AppleScript in Visual Studio Code with Hopscotch theme
Click the Extensions icon in the activity bar and search for idleberg.applescript. With shell commands installed, you can use the following command to install the extension:
$ code --install-extension idleberg.applescriptDownload the package extension from the the release page and install it from the command-line:
$ code --install-extension applescript-*.vsixChange to your Visual Studio Code extensions directory:
# Windows
$ cd %USERPROFILE%\.vscode\extensions
# Linux & macOS
$ cd ~/.vscode/extensions/Clone repository as applescript:
$ git clone https://github.com/idleberg/vscode-applescript applescriptOn macOS, you can make use of the following build commands through the command-palette:
- AppleScript: Run Script – Shift+Alt+R
- AppleScript: Compile Script – Shift+Alt+B
- AppleScript: Compile Script bundle
- AppleScript: Compile Application
This work is licensed under The MIT License
You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd
