Tact language support for Visual Studio code![]() Tact is the language used in TON blockchain project to create smart contracts. This extension provides:
InstallationTo install the Tact language support extension for Visual Studio Code, follow these steps:
Run the extension: Press F5 to start debugging the extension. This will open a new instance of Visual Studio Code with the Tact extension enabled. InstructionsCode completionAutocomplete is generally supported across for smart contracts, structs, functions, variables, inheritance. Autocomplete should happen automatically or press Ctrl+Space or Command+Space. Error highlightingError highlighting can be enabled or disabled using user settings. Also a default delay is implemented for all the validations compilation as Tact compilation can be slow when you have many dependencies. This part uses Tact compiler to show errors and works by save event.
Additional information by hover eventIf hover on a variable with some Tact functions that pop up with the information about property will be shown. FormattingTo apply the formatting you can use the right-click context menu.
RefactorTo rename some string in the Tact code use Contributing / Issues / RequestsFor ideas, issues, additions, modifications please raise an issue or a pull request at https://github.com/tact-lang/tact-vscode Requested features
|