intellij-ton icon indicating copy to clipboard operation
intellij-ton copied to clipboard

(2.0) Function generation

Open MicroNovaX opened this issue 1 year ago • 2 comments

I suggest adding function body generation when writing it, as is done for example in Java. idea64_HDckgn8A9A

This will help you write code much faster and more optimally, without being distracted by routine.

MicroNovaX avatar Aug 06 '23 19:08 MicroNovaX

Hi @andreypfau I can do it.

Tvenus avatar Jun 30 '24 15:06 Tvenus

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

andreypfau avatar Jul 15 '24 09:07 andreypfau