Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ npm create ton@latest
### Требования

- [Node.js](https://nodejs.org) последней версии, например, v18, проверьте версию с помощью `node -v`
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином FunC](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином TON](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)

### Как использовать?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

Visual Studio Code — это бесплатная и популярная IDE для разработчиков.

- [Ссылка на маркетплейс](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
- [Репозиторий GitHub](https://github.com/ton-foundation/vscode-func)
- [Ссылка на маркетплейс](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
- [Репозиторий GitHub](https://github.com/ton-blockchain/ton-language-server)

## Плагин FunC для Sublime Text

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ npm create ton@latest
### Требования

- [Node.js](https://nodejs.org/) с последней версией, например v18, проверьте версию с помощью `node -v`
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином FunC](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином TON](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)

## Ссылки

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm create ton@latest
### 要求

- [Node.js](https://nodejs.org)的最新版本,如v18,使用`node -v`验证版本
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配备[FunC插件](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配备[TON插件](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)

### 如何使用?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

Visual Studio Code 是开发者的免费且受欢迎的 IDE。

- [Marketplace 链接](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
- [GitHub 代码库](https://github.com/ton-foundation/vscode-func)
- [Marketplace 链接](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
- [GitHub 代码库](https://github.com/ton-blockchain/ton-language-server)

## FunC Sublime Text 插件

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npm create ton@latest
### 要求

- [Node.js](https://nodejs.org/) 使用像v18这样的近期版本,用`node -v`验证版本
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配合[FunC插件](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配合[FunC插件](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)

## 参考资料

Expand Down