We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With
using DocStringExtensions """ $(SIGNATURES) Docstring with linebreaks """ foo() = nothing
when the point is at foo( (before the ()), the following docstring displayes in the message buffer:
foo(
(
$(SIGNATURES)nnDocstringnnwithnnlinebreaksn"
(note the ns). If I remove $(SIGNATURES), I just see the first line, ie Docstring.
n
$(SIGNATURES)
Docstring
Emacs 29.3, eglot-jl 20240318.1159 from MELPA.
The text was updated successfully, but these errors were encountered:
Linking my investigation of this for whenever I get around to figuring out which upstream should handle the bug:
https://discourse.julialang.org/t/using-languageserver-jl-with-eglot-in-emacs/23125/105
Sorry, something went wrong.
No branches or pull requests
With
when the point is at
foo(
(before the(
)), the following docstring displayes in the message buffer:(note the
n
s). If I remove$(SIGNATURES)
, I just see the first line, ieDocstring
.Emacs 29.3, eglot-jl 20240318.1159 from MELPA.
The text was updated successfully, but these errors were encountered: