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 #1119

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

generate type fix does not work #1119

mjbvz opened this issue Jan 13, 2017 · 1 comment

Comments

@mjbvz
Copy link

mjbvz commented Jan 13, 2017

From @five70apps on January 13, 2017 18:58

  • VSCode Version: Code 1.8.1 (ee428b0eead68bf0fb99ab5fdc4439be227b6281, 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

Copied from original issue: microsoft/vscode#18525

@DustinCampbell
Copy link
Member

This for the report! This is a duplicate of #302.

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