Closed myOmikron closed 1 year ago
/**|<- cursor void bar() { } /** * Params: * bar = Foo */ void foo(string bar) { }
Will get autocompleted to:
/** * * Params: * bar = */ void bar() { } /** * Params: * bar = Foo */ void foo(string bar) { }
Will get autocompleted to: