Search code examples
visual-studio-code

Ctrl + Space not showing any suggestion in VS Code


I am facing a problem for my macbook in VS Code, which is I am not getting any suggestions for my TypeScript IntelliSense.

type User = {
  name: string,
  age: number
}

const user:User = {
//If I press "ctrl+space" I am expecting to get the suggestions. Which is not happening.
}

Am I expecting things wrong? Or is something wrong?


Solution

  • I just found this happen on windows 11 with PowerTools (v0.70) installed. The peek feature is hijacking ctrl + space