Skip to main content

IDE plugins

Select the IDE or editor in the table of contents on the right and install the relevant plugin for your language of choice.

Using the TON Web IDE, you can try FunC or Tact online without installing anything locally.

IntelliJ IDEs Plugin

info

This plugin can be used with any JetBrains product. (IntelliJ IDEA, WebStorm, PyCharm, CLion, etc.)

There are several ways to install a plugin:

VS Code

Visual Studio Code is a free and popular IDE for developers.

FunC

Tact

Sublime Text

FunC

Tact

Vim

All-in-one Vim 8+ plugin for Tact language.

Neovim

To enable syntax highlighting in Neovim, follow the installation instructions in the nvim-treesitter quickstart guide.

To make sure .tact extension is properly recognized, install the tact.vim plugin.

Helix

To enable support of the Tact language, refer to the following instructions:

  1. For latest syntax highlighting, setup tree-sitter-tact
  2. For editor intelligence, setup tact-language-server
Was this article useful?