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

Suggestion show up without typing the colon #13

Open
alexkuang0 opened this issue Feb 7, 2021 · 1 comment
Open

Suggestion show up without typing the colon #13

alexkuang0 opened this issue Feb 7, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@alexkuang0
Copy link

This happens no matter what the file extension is.

image

  1. My VSCode settings.json (highlighted items that might affect editor behaviors):
{
  "telemetry.enableTelemetry": false,
  "telemetry.enableCrashReporter": false,
  "window.zoomLevel": 0,
+  "editor.suggestSelection": "first",
+  "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  "workbench.colorTheme": "GitHub Dark",
+  "gitlens.hovers.currentLine.over": "line",
  "workbench.sideBar.location": "left",
+  "javascript.updateImportsOnFileMove.enabled": "always",
  "git.autofetch": true,
  "workbench.iconTheme": "vs-seti",
  "editor.fontFamily": "'IBM Plex Mono', Menlo, Monaco, 'Courier New', monospace",
  "terminal.external.osxExec": "iTerm.app",
  "terminal.integrated.enableBell": true,
  "todo-tree.tree.showScanModeButton": false,
+  "javascript.validate.enable": false,
+  "editor.tabSize": 2
}
  1. My enabled extensions (highlighted items that might affect editor behaviors):
+ chenxsan.vscode-standardjs
codezombiech.gitignore
+ DavidAnson.vscode-markdownlint
deerawan.vscode-dash
+ devzstudio.emoji-snippets
+ eamodio.gitlens
GitHub.codespaces
GitHub.github-vscode-theme
+ Gruntfuggly.todo-tree
humao.rest-client
+ jmsv.JavaScriptSnippetsStandard
jsayol.firebase-explorer
msjsdiag.debugger-for-chrome
+ octref.vetur
+ sdras.vue-vscode-snippets
+ sysoev.language-stylus
+ VisualStudioExptTeam.vscodeintellicode
WakaTime.vscode-wakatime
@alexkuang0 alexkuang0 changed the title Why does the suggestion show up even without typing the colon? Suggestion show up without typing the colon Feb 8, 2021
@rahgurung
Copy link

Happens with me too, can I take this issue up?

@PJijin PJijin added the bug Something isn't working label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants