ZacNugent

Results 14 issues of ZacNugent

Partner of https://github.com/julia-vscode/StaticLint.jl/pull/103 The key question at this point is what files we will allow/determine to be packages. One approach would be to limit it to workspace folders that have...

enhancement

We need to actually check the client's capabilities on startup and adjust the responses to requests accordingly, for example not all clients support snippet completions.

bug
vim

Partner piece to https://github.com/julia-vscode/StaticLint.jl/pull/134

enhancement

An attempt to limit the amount of work done for static analysis. This identifies edits that can be made by altering terminal expr (i.e. those without child expr, such as...

enhancement

I've not tried this but feel it should work. When the target env dir is a package it modifies the Project.toml, adding the parent package + packages in `extras`.

enhancement

This adds another inference pass to non-toplevel scopes. Type information is added for bindings where `getfield` is used on the variable through the dot operator. ```julia struct T somefieldname1 end...

enhancement

```julia using Tokenize collect(tokenize("0x.")) ```