Stream: helpdesk (published)

Topic: JET and VS Code


view this post on Zulip Alec (Jul 14 2025 at 18:30):

Is JET built into the VS Code extension now? Or does one have to do using JET to get the features?

Aside: if the latter, I've been having a hard time with compat via Revise, Runic, InteractiveUtils, JuliaSyntax, and now JET recently (on 1.11).

view this post on Zulip Jakob Nybo Nissen (Jul 15 2025 at 08:43):

JET is only partly integrated with VSCode. You have to still run JET the normal way through the REPL. The only integration is that the JET report will place underlines in your code where it detects issues.
There is ongoing work on a true JET-powered language server - https://github.com/aviatesk/JETLS.jl. It is still in early development and not yet ready to use for anyone who isn't a JET developer. But I think it looks very promising. Expect to hear more about JETLS at JuliaCon in a few weeks.


Last updated: Jul 22 2025 at 04:56 UTC