Closed aquaresima closed 3 years ago
@aquaresima please read the "Caveats" section in the doc:
Points 2 and 3 are only needed when you open a project the first time. Linting for further files should be immediate.
I am also recommending the 'atom-ide-ui' package for displaying the messages.
Please comment if this helped or not.
Hi, Thanks a lot for answering. I should have specified. I read and applied those caveats. I open a new project, with a single file in it: test_lint.jl then I write in the file. Save the file. The Linter announced that it started parsing the file.... and then nothing.
@aquaresima did you wait, say, a minute then, then tried editing the file again?
At the very-very-very first case, you should also wait longer for the packages to install into .julia/environments/linter-julia.
Ok, worked! Indeed, it took a lot, after that it's faster when I open a new project
Hi, I am running Julia 1.5.4 Atom 1.44 and Julia-client 0.12.6 (no update requests for any package)
I installed:
linter
linter-julia
linter-ui-julia
Then I open a new file and write exactly the same that is written in the package example (
using Foo, print(...
). The blue box announcing that linter is compiling the environment variables appears, and then NOTHING happens.In the lower-left three tray icons announce to me that there are not linter warnings, errors or info.
Can you help me?
Thanks