VisualD installer does not find visual studio 2019 community edition

exo1 f at f.f
Sat Jun 13 07:15:54 UTC 2020


On Wednesday, 10 June 2020 at 08:20:32 UTC, exo1 wrote:
> On Wednesday, 10 June 2020 at 06:55:10 UTC, Rainer Schuetze 
> wrote:
>>
>>
>> On 09/06/2020 09:23, exo1 wrote:
>>> On Tuesday, 9 June 2020 at 07:15:25 UTC, exo1 wrote:
>>>> On Tuesday, 9 June 2020 at 07:00:19 UTC, exo1 wrote:
>>>>> I will try this updated version. However, what about these 
>>>>> errors -
>>>>
>>>> Those errors are no more. Yay!!!
>>>>
>>>> However, go to definition for overloaded procs show a list 
>>>> of overloads instead of automatically going to the correct 
>>>> one. I thought the DMD engine was supposed to work 
>>>> automatically?
>>> 
>>> Also "VisualD -> Compile and Run" does not seem to work. 
>>> "Compile and
>>> Debug" & "Compile and Disassemble" work.
>>> And, it does not display any errors in the code, not even 
>>> when I save my
>>> code.
>>
>> Are you using a VS project, or are you just editing source 
>> files that you build through dub?
>
> I get all 3 of these issues (autocomplete issue, run issue, no 
> errors issue) on a project created through VS2019 template for 
> VisualD. (Dunno whether it works with project created through 
> dub init or not because dmdserver currently crashes for it.)

Just an update: "VisualD -> Compile and Run" does run. Its just 
that it does not open the console window, instead it prints the 
output in the Output window of Visual Studio. The issue is that 
the extension does not show the Output window on its own. Instead 
we have to manually open the Output window to see the output.


More information about the Digitalmars-d-ide mailing list