typescript-notebook
typescript-notebook copied to clipboard
How to get IntelliSense working in notebooks?
// 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

failed to provide intellisense for display?
Have you tried restarting VSCode? IIRC it needs a full restart to pick up code completion sometimes.
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