typescript-notebook icon indicating copy to clipboard operation
typescript-notebook copied to clipboard

How to get IntelliSense working in notebooks?

Open ryantheleach opened this issue 3 years ago • 1 comments

// This module is built into the notebook. You do not need to install this.
// You could install this to get code completion (i.e. intellisense).

const {display} = require('node-kernel');

Claims you can get intellisense by installing the notebook, call me new, but adding image

failed to provide intellisense for display?

ryantheleach avatar Jul 14 '22 08:07 ryantheleach

Have you tried restarting VSCode? IIRC it needs a full restart to pick up code completion sometimes.

KosRud avatar Sep 24 '24 22:09 KosRud

Have you tried restarting VSCode? IIRC it needs a full restart to pick up code completion sometimes.

For me Intellisense also isn't working. I thought I could get Typescript, that didn't work but not even JS Intellisense is consistently working. E.g., when importing the fs library I get no intellisense/suggestions/type hints for it whatsoever.

I doubt anything's gonna get done though considering the last commit was made 4 years ago in this repo

olfMombach avatar Aug 29 '25 23:08 olfMombach