jsconfig.json intellisense doesn't apply to jupyter notebook code cells #11950
Unanswered
c3-WesleyPickering
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently looking for a way to modify the JS/TS language server being used in VS Code Jupyter notebook's code cells. In my project I created a jsconfig.json file and included paths to .ipynb and .js files. My intention is to be able to see the same autocomplete and GoTo functionality for the same type in both types of files, however, it currently only works in .js files, whereas the .ipynb files are limited to base js/ts language server intellisense.
Screenshot showing autocomplete for .js file -- UiTestType1 shows up since it is defined in UiTestType1.d.ts.

js intellisense
I would expect the same autocomplete to appear for .ipynb files such as in screenshot below

ipynb intellisense
Attaching the project I used for screenshots
testPkg.zip
Beta Was this translation helpful? Give feedback.
All reactions