You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The swap from Omnisharp has really put a damper on my productivity. I know it takes a while to iron things out to be smooth, but this feels like we're walking backwards...
As you type ///, LSP is quick to transform it into...
/// <summary>
///
/// </summary>
...which is great and all, but subsequent line breaks after generates...
/// <summary>
///
/// </summary>
///
or when I type in anything that Intellisense can determine is XML documentation comments for autocompletion, it fails horribly.
For example, if I start typing a type reference <see cref="System.Object" />, the context menu will show <see cref="System.Object" /> for autocompletion, but will only output <s and then I am stuck typing the rest of it out anyway. In fact, any of the autocompletion for XML documentation comments will have a similar effect, unfortunately.
To be honest, I've got so used to this not being automated going from Visual Studio, which handles this effectively, to Omnisharp, where it didn't automate this at all. These automation attempts with errors makes me wish that /// didn't autocomplete without my choice.
(I force <GenerateDocumentationFile> to true on all of my projects and a client's project has over 1,200 warnings of missing XML documentation comments. My plan was to tackle them this weekend, but not with this /// bug...)
Alternatives considered
No response
Environment Information
No response
The text was updated successfully, but these errors were encountered:
From vscode-dotnettools created by Sour-Codes: microsoft/vscode-dotnettools#475
Describe the feature you'd like
The swap from Omnisharp has really put a damper on my productivity. I know it takes a while to iron things out to be smooth, but this feels like we're walking backwards...
As you type
///
, LSP is quick to transform it into......which is great and all, but subsequent line breaks after generates...
or when I type in anything that Intellisense can determine is XML documentation comments for autocompletion, it fails horribly.
For example, if I start typing a type reference
<see cref="System.Object" />
, the context menu will show<see cref="System.Object" />
for autocompletion, but will only output<s
and then I am stuck typing the rest of it out anyway. In fact, any of the autocompletion for XML documentation comments will have a similar effect, unfortunately.To be honest, I've got so used to this not being automated going from Visual Studio, which handles this effectively, to Omnisharp, where it didn't automate this at all. These automation attempts with errors makes me wish that
///
didn't autocomplete without my choice.(I force
<GenerateDocumentationFile>
totrue
on all of my projects and a client's project has over 1,200 warnings of missing XML documentation comments. My plan was to tackle them this weekend, but not with this///
bug...)Alternatives considered
No response
Environment Information
No response
The text was updated successfully, but these errors were encountered: