vscode-java
vscode-java copied to clipboard
Java Intellisense/autocomplete not working in .ipynb
Intellisense won't work at all when using java kernel in Jupyter notebook file. Tried - BeakerX, iJava, and Ganymede; no luck.
Environment
- Operating System: Windows 10 Pro x64
- JDK version: 17.0.1
- Visual Studio Code version: 1.69.1
- Java extension version: v1.8.0
Steps To Reproduce
- Open .ipynb file
- Choose Java kernel
- Try writing any Java code
Logs
vscode-log.txt java-language-server-log.txt
Current Result
No Intellisense/autocompletion
Expected Result
Intellisense/autocompletion
Indeed, Jupyter notebooks are not supported at all. Noone ever asked for it. I never used jupyter notebooks, much less java-based ones. But my guess is providing support will most likely require non-trivial investment. Do you feel like contributing it?
Indeed, Jupyter notebooks are not supported at all. Noone ever asked for it. I never used jupyter notebooks, much less java-based ones. But my guess is providing support will most likely require non-trivial investment. Do you feel like contributing it?
I never developed vscode extensions and I suspect this is an advanced task in the field. Sadly so, can't contribute right now.