jwortmann

Results 216 comments of jwortmann

> could you please elaborate? There is a command in the command palette to change the active Julia environment which is used to get the symbol information, autocomplete, and other...

Then you have probably added all those packages to your global default environment. I'd recommend reading the section about environments in the Julia docs https://docs.julialang.org/en/v1/manual/code-loading/#Environments and in Pkg.jl https://pkgdocs.julialang.org/v1/environments/ and...

From a quick look it seems VS Code uses a module VSCodeServer (included in the VS Code Julia extension) for communication with the REPL, but it is no published package,...

Do you have a concrete example how how it should be used and what exactly you want to solve with it? Note that the Sublime API and this plugin (mostly)...

The built-in `rename_file` and `rename_path` commands are both implemented in Python in `Default/rename.py` and `Default/side_bar.py`. I wonder wouldn't it be better to just replace these commands, like LSP already does...

I believe no, this PR would only work in the other direction, i.e. if you rename a file, then the corresponding class name would be updated in that file and...

Thanks for the request and the detailed description. I haven't worked a lot on the code of the subprocess creation and stdio transports, so perhaps there are others who have...

From the next release, the error message will be printed to the status bar instead of error dialog. But I am not able to reproduce this error with the given...

Could you use `…` instead of `...`? I think that would look nicer. I wonder whether this really needs a setting, maybe long labels could instead always be truncated if...

I think a better default length would be something like 30 or 40, and I would probably name the setting "inlay_hints_truncate_length" or "inlay_hints_max_length" (just a suggestion).