I propose to add an IntelIJ trick that allows you to convert strings such as
Opened this issue · 1 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
ajh123 commented
This repoistory does not contain any C code, also this trick won't work in TypeScript (because TypeScript is an interpreted langauge and does not support assembly injection).