Jython setup in VS Code
Asked Answered
B

1

6

I have tried using PyDev Extension for VS Code. I intend to use vs code for Jython. However, I get this

from java.util import Date

Date shows unresolved error in Vs code. Can any one guide me how can Jython be setup in Vs Code?

Byrdie answered 16/5, 2018 at 12:58 Comment(2)
What do you use Jython for? Have you managed to setup VSCode?Cusick
I use it for IBM Maximo. Jython is not supported in vscodeByrdie
O
0

I wasn't able to directly set Jython as the language in VS Code, but I got the file to run in Jython by entering jython in the VS Code terminal followed by the name of the file.

Opsonin answered 23/2, 2022 at 17:55 Comment(1)
Running in terminal can be done even without vscode. I was looking to enable jython language features (code completion, syntax highlighting etc.) in vscode.Byrdie

© 2022 - 2024 — McMap. All rights reserved.