Open Volimjasnu12 opened 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.
const int i = 1;
(int) i() asm "PUSHINT 1"
Originally posted by @MicroNovaX in https://github.com/ton-blockchain/intellij-ton/issues/103
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