intellij-ton
intellij-ton copied to clipboard
(2.0) Function generation
I suggest adding function body generation when writing it, as is done for example in Java.
This will help you write code much faster and more optimally, without being distracted by routine.
Hi @andreypfau I can do it.
To implement this feature, you need to complete the implementation of type calculation in FunC, since to declare arguments in a function you need to explicitly know what types the variables are when using this quick-action. It is expected that in the next release the type system will be completed (at least partially, without covering exotic cases where types are not specified at all).
Then we can also expect the implementation of this feature along with the closure of others that depend on the type system