Adam B
Adam B
Really all I want is to be able to have taskwhisperer call `task rc:/path/to/alternate/.taskrc ...` for my use case I guess.
# Contributor checklist: - [ ] I've updated the documentation to reflect these changes - [ ] I've added an entry to `NEWS.md` - [ ] I've added and/or updated...
#### Description :octocat: Constantly get error: `Error running timer ‘auto-revert-buffers’: (wrong-type-argument stringp nil)` #### Reproduction guide :beetle: - Start Emacs - Open an org-mode buffer - If that org-mode buffer...
I'm eager to be able to take advantage of the guarantees of semver with respect to compatibility constraints in the new Pkg. From the outside (modulo the breaking change in...
For longer module names one common pattern I use is: ```julia using FooBar const FB = FooBar f() = FB.foo() ``` The language server does not provide completion for `foo`...
Found while investigating snippet support to evaluate #709. It's possible this is an eglot bug. I still need to dig through the `textDocument/didChange` to make sure it's not sending some...
Dev docs
I feel like I've failed to get a comprehensive view of how the whole LanguageServer.jl ecosystem works in just fixing up random bugs over the past few months. Would be...
I am creating this issue to remind me to make a pull-request documenting the various language server `workspace/configuration` parameters in the README. For the most part, this documentation can be...
Hovering over e.g. `+` in `x = 1 + 2` doesn't provide any documentation like a normal function does. Doesn't work either when operator is called like a normal function...
I think this is a more sane version of #82. When `|` represents the cursor, all of `\l|am`, `\lam|`, and `\lam|someothertext` will complete as expected. The latex backslash-string won't be...