Shuhei Kadowaki
Shuhei Kadowaki
### Summary In Zed's implementation of the signature help feature, it seems that the [`triggerCharacters`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#signatureHelpOptions) registered from the server side are not being respected. ### Description Currently, signature help only...
xref: timholy/Revise.jl#921
- closes aviatesk/JET.jl#699
This implements feedback from the GitHub issue comment at https://github.com/JuliaDebug/CassetteOverlay.jl/pull/66#issuecomment-3524019727. Specifically, we now use the world age from method matches by directly utilizing `Base.Compiler.findall`. However, the updated tests pass even...
MRE: ```julia julia> jlparse("""Range[Range(; var"end"=nothing)]""")[1] SyntaxTree with attributes kind,value,name_val,syntax_flags,source [ref] │ Range :: Identifier │ [call] │ Range :: Identifier │ [parameters] │ [kw] │ end :: Identifier │ nothing...
Add primitive integration with JuliaLowering This implements a very basic integration with JL. You can retrieve inferred trees in the following way: ```julia julia> using JET, JuliaSyntax julia> result =...
This --trim specialized analyzer was previously managed by the JETLS repository, but since it can be used without JETLS, it should be managed as an independent analyzer. While it's still...
On v1.12.2: ```julia-repl (JETLS) pkg> app st [98e50ef6] JuliaFormatter v2.2.0 jlfmt ~/.julia/juliaup/julia-1.12.2+0.aarch64.apple.darwin14/bin/julia [4efbe77e] TestRunner v0.1.0 `~/julia/packages/TestRunner` testrunner ~/.julia/juliaup/julia-1.12.2+0.aarch64.apple.darwin14/bin/julia [62bfec6d] Runic v1.5.1 runic ~/.julia/juliaup/julia-1.12.2+0.aarch64.apple.darwin14/bin/julia [a3b70258] JETLS v0.0.0 `~/julia/packages/JETLS` jetls ~/.julia/juliaup/julia-1.12.2+0.aarch64.apple.darwin14/bin/julia (JETLS)...