You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime I start emacs, with c# files that is, everything loads as expected, with autocompletion complete.
Curiously however, when I try to fetch the documentation in the minibuffer(by commonly placing a , symbol inside the function, which shows me the arguments), it does not do anything. However, when I execute lsp agin, after it has already been started once, it starts magically working.
I can obviously add another lsp command after executing the first one using hooks, but is this expected behavior?