https://issues.dlang.org/show_bug.cgi?id=19921
Issue ID: 19921
Summary: Visual D has incompatibility with VS 2019.1
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: major
Priority: P1
Component: visuald
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1746
--> https://issues.dlang.org/attachment.cgi?id=1746&action=edit
The option
Sync autoload is banned since VS 16.1
(https://devblogs.microsoft.com/visualstudio/updates-to-synchronous-autoload-of-extensions-in-visual-studio-2019/),
this causes Visual D’s auto-completion system and go-to-definition function to
fail to work properly. Unless I turn on the option in the image I upload,
Visual D would fail to work properly. However, as the title of the option
shows, the option is not recommended to be turned on. Please fix this
incompatibility with VS 16.1 (or 2019.1).
--