Closed Splines closed 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...
In my vscode I see intellisense completion as normal, see the screenshot for your contributed previewCode
function
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?
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?
My vscode.window.
intellisense works as expected
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 if you agree that this issue is outside the scope of this repository's code, can we close?
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 vianpm install
is there anything else to do?