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
Updated field name for class object to get some compilation error.
Click on intellisense icon to fix the error.
Verify suggested options in intellisense pop-up and try to apply.
Actual:
Intellisense Pop-up is displaying at wrong position.
Options like " Create Field", "Create property" are not working (no action when user tries to fix with those options).
Once user apply the given options then it should not display again but when I selected option "Declare local variable" then it is showing same option again in intellisense pop-up though action has been taken (in my case I applied "created local variable" and local variable has been created but I am getting same option again and each time when I select that I will create a new variable") .
Expected: User should not get redundant options like "Create Field", "Create Local Variable", "Create property" etc. The correct option for end user is "Generate field in class.
This should be better with more recent versions of the C# extension. The extra options were coming from RefactoringEssentials, which used to be bundled with OmniSharp.
From @v-pavanp on March 10, 2016 2:57
OS: Windows 10
Steps:
Actual:
Expected: User should not get redundant options like "Create Field", "Create Local Variable", "Create property" etc. The correct option for end user is "Generate field in class.
Actual:
Copied from original issue: microsoft/vscode#3945
The text was updated successfully, but these errors were encountered: