microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.47k stars 28.97k forks source link

Intellisense pop-up opens erroneously & does not closes itself (since 1-2 release) #36060

Closed mrhammadasif closed 7 years ago

mrhammadasif commented 7 years ago
Extension Author (truncated) Version
material-icon-theme PKi 2.2.2
vscode-docker Pet 0.0.18
Bookmarks ale 0.16.0
npm-intellisense chr 1.3.0
path-intellisense chr 1.4.2
tslint eg2 1.0.10
expand-region let 0.1.1
string-manipulation mar 0.2.0
code-beautifier mic 1.7.2
dotenv mik 1.0.0
vscode-scss mrm 0.6.2
cpptools ms- 0.13.1
csharp ms- 1.12.1
sublime-keybindings ms- 2.9.1
team ms- 1.122.0
Lodash oys 1.0.0
sass-indented rob 1.4.2
vscode-todo-highlight way 0.5.11
blade-runner yuk 1.0.0

(1 theme extensions excluded)


Steps to Reproduce:

  1. Write any Object in TypeScript
  2. When Completed first parameter and its value then after pressing comma, the auto complete popup appears to complete wrapping function parameters, that doesn't closes until I close it by pressing escape (annoying)
  3. You can Check below attached image

Reproduces without extensions: Yes

image

ghost commented 7 years ago

You can try to use "editor.parameterHints": false

mrhammadasif commented 7 years ago

@bsvipas Thanks but I want to have suggestions turned on but to not open on every comma "," entered

mjbvz commented 7 years ago

Duplicate of #35806