You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fredrikekre@pfitzseb I was wondering if the code action implemented in #1076 could instead be moved to JuliaFormatter.jl, and then called via LanguageServer.jl? Having it implemented in LanguageServer directly makes it a bit tricky to automate things – like using that feature it in a pre-commit hook or in CI testing.
The text was updated successfully, but these errors were encountered:
I don't think so, sadly. It's in a few of the style guides but you still need to perform the sorting manually. As far as I can tell you have written the only implementation of an import sorter.
@fredrikekre @pfitzseb I was wondering if the code action implemented in #1076 could instead be moved to JuliaFormatter.jl, and then called via LanguageServer.jl? Having it implemented in LanguageServer directly makes it a bit tricky to automate things – like using that feature it in a pre-commit hook or in CI testing.
The text was updated successfully, but these errors were encountered: