Hints for using the new JETLS.jl language server

I use GitHub Copilot to answer these kinds of questions. And it updates .JETLSConfig.toml automatically. OK, you still have to check if the update was correct.

Right, but it also complains in cases like
for j = 1:size(img, 1)

Lol, though I use these tools quite a bit didn’t think on it for this purpose.

for j in axes(img, 1)
5 Likes