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

Intellisense issue for C# attributes on classes #1316

Closed
pcgeek86 opened this issue Mar 12, 2017 · 1 comment
Closed

Intellisense issue for C# attributes on classes #1316

pcgeek86 opened this issue Mar 12, 2017 · 1 comment

Comments

@pcgeek86
Copy link

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.1)

Product Information:
 Version:            1.0.1
 Commit SHA-1 hash:  005db40cd1

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.12
 OS Platform: Darwin
 RID:         osx.10.12-x64
 Base Path:   /usr/local/share/dotnet/sdk/1.0.1

VS Code version: 1.10.2
C# Extension version: 1.7.0

Steps to reproduce

Add an attribute to a class.

Expected behavior

Intellisense / tab-completion should not append the text "Attribute" to the attribute definition.

Actual behavior

Tab-completion adds the "Attribute" text to an attribute on a class. The short-hand method is preferred, and I believe is the default in Visual Studio on Windows. I might be wrong about this.

Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86

@DustinCampbell
Copy link
Member

Hi Trevor -- this is a duplicate of #393

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