ton-blockchain / minter-contract

Jetton Deployer FunC Smart Contracts
http://jetton.live
MIT License
308 stars 203 forks source link

I propose to add an IntelIJ trick that allows you to convert strings such as #110

Open Volimjasnu12 opened 2 months ago

Volimjasnu12 commented 2 months ago

I propose to add an IntelIJ trick that allows you to convert strings such as const int i = 1; to such (int) i() asm "PUSHINT 1" and vice versa. This will help to refactor the code more conveniently and make it more gas-efficient.

Originally posted by @MicroNovaX in https://github.com/ton-blockchain/intellij-ton/issues/103