ryuukk
ryuukk
``FunctionCallExpression`` is currently not implemented in ``FirstPass`` (``dsymbol/src/dsymbol/conversion/first.d``) At the moment there is no DSymbol generated for function calls, this will be useful for things like displaying inlay hints, right...
For the case of auto as return: Let's take this example from my project: ```D auto view(Includes, Excludes)() { static if (Includes.args.length == 1 && Excludes.args.length == 0) { auto...
They should be fixed before they become errors ``` dsymbol\src\dsymbol\conversion\first.d(958,7): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier dsymbol\src\dsymbol\conversion\first.d(963,52): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier dsymbol\src\dsymbol\conversion\first.d(964,46): Deprecation: function...
I found a weird issue, it happens with ~master ```D struct A { B b; void test() { auto here = b.inside_b; here.|
Right now, only the default object.d is automatically included for implicit code completion But when developing custom runtimes, a custom object.d is used to overwrite the default one, the problem...
0 = clear display from cursor to end, therefore it needs history however 2 = clear entire display On windows when using git bash, ``clear`` didn't clear the entire display,...
When the toggle panel is open, when the editor is idle, i/o rate still goes crazy with default config and cmd:  with git bash:  Something tells me that...
OS: linux Shell: bash I'm pretty clueless about this, so i don't know how to phrase it properly I have a terminal view in a tab, i open tmux and:...
I'm not sure what causes it exactly, but in my project, after a while, serve-d becomes stuck and eat CPU After i managed to attach a debugger and here are...