Skip to content
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

# of references display modification #429

Closed
alexdima opened this issue Jun 13, 2016 · 2 comments
Closed

# of references display modification #429

alexdima opened this issue Jun 13, 2016 · 2 comments

Comments

@alexdima
Copy link

Moved from microsoft/vscode#7565
From @lgreenlee


  • VSCode Version:
    Version 1.2.0
    Commit 809e7b30e928e0c430141b3e6abf1f63aaf55589
    Date 2016-06-06T13:34:34.143Z
    Shell 0.37.6
    Renderer 49.0.2623.75
    Node 5.10.0
  • OS Version:
    Linux ubuntu 4.2.0-36-generic package.json license should read "SEE LICENSE IN LICENSE.txt" #42-Ubuntu SMP Thu May 12 22:05:35 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Steps to Reproduce:

  1. Load or create a C# file
  2. Create a new class
  3. Add a method to that class
  4. Add an attribute to that method

When the references are displayed they are between the attribute and the method. It would really helpful if the references display was above any attributes associated with the method, it is somewhat confusing when reading and editing with the current format.

Current:
image

Proposed:
image

@ZurielCorrea
Copy link

I would like this feature as well. I understand that Visual Studio 2015 does it in the current way (between the attribute and the declaration) however for some reason in a C# script in VSCode (Windows) the effect is more pronounced.

If anything I believe that the feature could be optional to allow consistency with Visual Studio 2015+.

@akshita31
Copy link
Contributor

As per the discussion in #1938, we would like to retain this behavior.

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