Manim-Notebook / manim-notebook

Simple commands to replicate the manim dev workflow in VSCode
MIT License
5 stars 0 forks source link

IntelliSense for project #11

Closed Splines closed 1 week ago

Splines commented 1 week ago

Does TypeScript IntelliSense work for you in this project? For me I get: Project Wide IntelliSense not available and this is quite annoying as IntelliSense is really limited. I've installed the dependencies via npm install is there anything else to do?

Splines commented 1 week ago

bhoov replied to me in https://github.com/bhoov/vscode-manim/pull/7#issuecomment-2426972651:

I have not had a problem with Intellisense for this project. Weird...

bhoov commented 1 week ago

In my vscode I see intellisense completion as normal, see the screenshot for your contributed previewCode function

image

I am not sure why you are getting this error. Can you try running npm install --save-dev to get the type files for the project?

Splines commented 1 week ago

I've also runned npm install --save-dev but it said "up to date", so it didn't do anything.

So does this work for you: write vscode.window., then see the methods on the window objects? Or anything else from the vscode namespace?

bhoov commented 1 week ago

My vscode.window. intellisense works as expected

image

VSCode details:

Version: 1.94.2
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.4.0
Splines commented 1 week ago

I filed a respective issue here.

bhoov commented 1 week ago

@Splines if you agree that this issue is outside the scope of this repository's code, can we close?