You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
click on "generate type 'SimpleLinkedList'"
nothing happens (it should generate the type but it doesn't)
Note: "generate method", "remove unnecessary usings" work as expected
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Note: "generate method", "remove unnecessary usings" work as expected
The text was updated successfully, but these errors were encountered: