Skip to content

Can't get Intellisense to work #421

Discussion options

You must be logged in to vote

Certainly! It’s frustrating when IntelliSense doesn’t work as expected. Let’s troubleshoot this together. Here are some steps you can take to ensure that IntelliSense behaves correctly in Visual Studio Code (VS Code):

Enable Hover:
Open your VS Code settings (you can do this by pressing Ctrl + , or navigating to File > Preferences > Settings).
Search for editor.hover.enabled in the search bar.
Make sure the value is set to true. If not, update it to enable hover functionality:
JSON

{
"editor.hover.enabled": true
}
AI-generated code. Review and use carefully. More info on FAQ.
Alternatively, you can use the UI settings by searching for “hover enabled” in the settings and ensuring it’s enabled

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wintertims
Comment options

@monkeylander3000
Comment options

@Aspecky
Comment options

@mark-wiemer
Comment options

Answer selected by wintertims
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants