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
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.10
OS Platform: Darwin
RID: osx.10.10-x64
VS Code version: 1.10 insiders
C# Extension version:1.7.0
I have been advised that perhaps this is the right place for this feature request.
VSCode Version: Version 1.10.0-insider (1.10.0-insider)
OS Version: Mac OS
Currently, CodeLens in the Model classes sticks right above the POCO. But when I add annotations, I get the CodeLens in between the POCO and the Annotation, and when I have a couple of them, it gets confusing:
What I would like to see is that the CodeLens be included above the annotation for the POCO, so that it's all treated as a single unit:
Thank you for all of the great work you do!
The text was updated successfully, but these errors were encountered:
@DustinCampbell Yes. Totally a duplicate. I looked for dupes before using "codelens" (and variations) but didn't find it. Can you mark it appropriately?
Posted originally here: microsoft/vscode/issues/21208
Environment data
dotnet --info
output:bash-3.2$ dotnet --info
.NET Command Line Tools (1.0.0-preview2-1-003177)
Product Information:
Version: 1.0.0-preview2-1-003177
Commit SHA-1 hash: a2df9c2576
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.10
OS Platform: Darwin
RID: osx.10.10-x64
VS Code version: 1.10 insiders
C# Extension version:1.7.0
I have been advised that perhaps this is the right place for this feature request.
VSCode Version: Version 1.10.0-insider (1.10.0-insider)
OS Version: Mac OS
Currently, CodeLens in the Model classes sticks right above the POCO. But when I add annotations, I get the CodeLens in between the POCO and the Annotation, and when I have a couple of them, it gets confusing:
What I would like to see is that the CodeLens be included above the annotation for the POCO, so that it's all treated as a single unit:
Thank you for all of the great work you do!
The text was updated successfully, but these errors were encountered: