Tact plugin for JetBrains IDEs
Provides rich support for the Tact language:
- Semantic syntax highlighting
- Code completion, snippets, imports completion
- Go to definition, implementation, type definition
- Find all references, workspace symbol search, symbol renaming
- Types and documentation on hover
- Inlay hints for types, parameter names, and more
- Lenses with usages count and VCS author
- On-the-fly inspections with quick fixes
- Signature help inside calls and
initOf
- Build single contract or projects from
tact.config.json
via Run configuration - Formatting with shortcut and on save
Plugin on the JetBrains Marketplace: Tact
Quick start
- Open your JetBrains IDE (IntelliJ IDEA, PyCharm, WebStorm, etc.)
- Navigate to the Plugin Marketplace by selecting
File > Settings/Preferences > Plugins
. - In the Plugin Marketplace’s search bar, type “Tact”. You will see a dropdown with the extension provided by
TON Studio
. - Click the Install button next to the plugin name. Wait for the installation to complete.
- Once the plugin is installed, you will be prompted to restart your JetBrains IDE. Click the Restart button to apply changes.
- After restarting, the Tact plugin should now be successfully installed in your JetBrains IDE.
Troubleshooting
If you encounter issues during the installation process, please consult the plugin’s GitHub repository for solutions and further information.