intellij-ton
intellij-ton copied to clipboard
TON Development plugin for the IntelliJ Platform
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 */ ```  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** 
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_