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

generate type fix does not work #18525

Closed
five70apps opened this issue Jan 13, 2017 · 1 comment
Closed

generate type fix does not work #18525

five70apps opened this issue Jan 13, 2017 · 1 comment
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@five70apps
Copy link

  • VSCode Version: Code 1.8.1 (ee428b0, 2016-12-19T14:49:23.350Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:
Extension Author Version
csharp ms-vscode 1.6.2

Steps to Reproduce:

  1. In VSCode, new csharp project, edit a .cs file
  2. write some code referencing a non-existent type; the name of the non-existent type (SimpleLinkedList, for example) will be underlined with a red squiggly line
  3. with the cursor on the line of code containing the non-existent type, click on the light bulb for fixes shows that shows up in the gutter
  4. click on "generate type 'SimpleLinkedList'"
  5. nothing happens (it should generate the type but it doesn't)
    untitled

Note: "generate method", "remove unnecessary usings" work as expected

@mjbvz mjbvz added the *caused-by-extension Issue identified to be caused by an extension label Jan 13, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Jan 13, 2017

This issue was moved to dotnet/vscode-csharp#1119

@mjbvz mjbvz closed this as completed Jan 13, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

2 participants