I propose to add an IntelIJ trick that allows you to convert strings such as
Closed this issue · 0 comments
Volimjasnu12 commented
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 ton-blockchain/intellij-ton#103
Originally posted by @Volimjasnu12 in ton-blockchain/minter-contract#110
Originally posted by @Volimjasnu12 in #871