intellij-ton icon indicating copy to clipboard operation
intellij-ton copied to clipboard

TON Development plugin for the IntelliJ Platform

Results 71 intellij-ton issues
Sort by recently updated
recently updated
newest added

Problem Description: I created a project using the npm create ton command in the directory .../myproject/TONProject. When I opened PyCharm from the directory .../myproject, the plugin did not work with...

After updating to plugin version 2.3, multiline comments seems to be broken. ### Code example: ```tact /* Comment */ ``` ![image](https://github.com/user-attachments/assets/b5f260b7-4682-46da-a2cd-04d266e17395) It works only if one prints one char at...

When one tries to create struct/message without passing fields - plugin doesn't recognize it. ### Code example ```tact message(0x123) Test{ //empty body } fun createTest(): Test{ //Syntax error here return...

It seems that plugin doesn't recognize tact Map.get function, and represents it as a system keyword. ### Code example: ```rust struct OK{ v: map; } extends mutates fun setOk(self: OK,...

**Plugin vesion 2.3** ![image](https://github.com/user-attachments/assets/986de4ac-a7d5-4cbc-8e57-b6f887ebbefb)

Hello! Currently there is no way to configure the indent size. The extension seems to ignore all the basic IDE settings as well as `.editorconfig` file.

https://kbnlresearch.github.io/Ebook-Fixer/

good _Originally posted by @Vudi in https://github.com/ton-blockchain/ton-awards-2022/pull/2#issuecomment-1427019735_