This plugin provides support for writing and executing scripts in the AppleScript language inside JetBrains IDEs.
1.0.0 — full Kotlin rewrite targeting IntelliJ 2024.3+ with the modern IntelliJ Platform Gradle Plugin 2.x. Existing 0.130 users get an in-IDE auto-update from Marketplace.
- Use predefined Live Templates: “tellap”, “useapp” and create your own:
- Use Intention Action for creating application dictionary if the application was not found:
Choose either the application bundle or application dictionary file if the application is not installed, but its dictionary file is available (xml or sdef extensions):
The action is also available via File menu (File | Load Dictionary).
For example, you can choose dictionary file to load when working on Windows or Linux. Running scripts will not be possible, but IntelliSense will work:
- Run scripts:
- Basic Code Completion
- Code navigation
- Structure tool window
- Find usages
- Rename refactoring
- Browsing documentation
- Code reformat
- Customize Colors and Fonts
- parser tuning, including case-insensitivity
- resolve for some cases with different visibility scopes in scripts
- auto-formatting of generated dictionary file
- code generate action for common constructs (user handlers, OS interaction scenarios, other statements)
- your reports and suggestions ☺






