Skip to content

CodeLens and Data Annotations #1260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rhires opened this issue Feb 22, 2017 · 3 comments
Closed

CodeLens and Data Annotations #1260

rhires opened this issue Feb 22, 2017 · 3 comments

Comments

@rhires
Copy link

rhires commented Feb 22, 2017

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:

image

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:

image

Thank you for all of the great work you do!

@DustinCampbell
Copy link
Member

This looks like a duplicate of #429. Is that right?

@rhires
Copy link
Author

rhires commented Feb 23, 2017

@DustinCampbell Yes. Totally a duplicate. I looked for dupes before using "codelens" (and variations) but didn't find it. Can you mark it appropriately?

@rhires rhires closed this as completed Feb 23, 2017
@DustinCampbell
Copy link
Member

FWIW, the issue is marked with a CodeLens tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants