From 3df03ff3897885c047e593bf130a6bcc2874b02a Mon Sep 17 00:00:00 2001 From: Alejandbel Date: Fri, 23 May 2025 16:40:18 +0300 Subject: [PATCH] chore: add docs about tact plugin for jetbrains --- CHANGELOG.md | 6 ++++++ README.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b3fc5..adbeb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added documentation about the [Tact plugin by TON Studio](https://plugins.jetbrains.com/plugin/27290-tact) + ## [0.34.0] - 2025-05-20 ### Added diff --git a/README.md b/README.md index f536cc1..62df1f0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ Blueprint is an all-in-one development environment designed to enhance the proce * [Node.js](https://nodejs.org) with a recent version like v18. Version can be verified with `node -v` * IDE with TON support: * [Visual Studio Code](https://code.visualstudio.com/) with the [FunC plugin](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode), [Tolk plugin](https://marketplace.visualstudio.com/items?itemName=ton-core.tolk-vscode) or [Tact plugin](https://marketplace.visualstudio.com/items?itemName=tonstudio.vscode-tact) - * [IntelliJ IDEA](https://www.jetbrains.com/idea/) with the [TON Development plugin](https://plugins.jetbrains.com/plugin/23382-ton) + * [IntelliJ IDEA](https://www.jetbrains.com/idea/) + * [TON Development plugin](https://plugins.jetbrains.com/plugin/23382-ton) for FunC, Tolk and Fift + * [Tact plugin by TON Studio](https://plugins.jetbrains.com/plugin/27290-tact) for Tact ## Features overview