Anton Curmanschii
Anton Curmanschii
Autocompletion does not work in this case either.
@WebFreak001 Yes
On a related note, the following code gives the same warning for `a();`: ```d class A { static void delegate() b; void a() {} this() { b = () {...
I wonder if *that* is intentional, because `this.a()` is less ambiguous.
`test.tex` ```latex \documentclass{report} % Code blocks \usepackage{minted} \usepackage{color} \setminted{% autogobble=true, codetagify=true, linenos=true, breaklines=true, baselinestretch=0.72, % https://www.giss.nasa.gov/tools/latex/ltx-178.html fontsize=\footnotesize } \begin{document} Test \ref{test}. \section{Test}\label{test} \inputminted[firstline=2, lastline=4]{cs}{test.txt} \end{document} ``` `test.txt` (windows line endings,...
Thanks, awesome
Remove [these](https://github.com/stillwwater/command_terminal/blob/0f5918ea79014955b24c7d431625a97a1cac8797/CommandTerminal/Terminal.cs#L140-L146)
I assume he just named the commands this way, with the prefix.
I think the filtering is wrong which makes the runtime get imported twice. Removing the .NET Core standard references added in manually and just letting it load on its own,...
@yKimisaki I can't tho, there would be no Unity references then.