Eli Levin
Eli Levin
In vscode, entering `///` above a class/method/property/whatever will generate a nice xml comment docs. It seems like this is not supported for other editors using LSP. That functionality could be...
Fixes #14104. Added a function which receives a line of template code and replaces all `@` symbols based on if it conforms to -@ident [email protected] -@{code} Added tests in v_parser_test.v...
Hi! I am an encountering an issue with the following code where the `enum enum1` and `void func3` show on the page associated with group1, but not on the page...
It would be a very cool/useful feature if there was a way to profile (both in memory usage, and in time) a task. This includes profiling all children tasks of...