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
lsp-ui-doc popup is not showing up in emacs when configured to use webkit
My lsp configuration
(use-package lsp-mode :ensure t :custom (lsp-enable-snippet nil) (lsp-keep-workspace-alive t) (lsp-enable-xref t) (lsp-enable-imenu t) (lsp-enable-completion-at-point t) (lsp-completion-show-detail t) (lsp-ui-doc-delay 1.5) (lsp-ui-doc-show-with-mouse t) (lsp-ui-doc-show-with-cursor nil) (lsp-ui-doc-position 'at-point) (lsp-ui-doc-use-childframe t) (lsp-ui-doc-use-webkit t) (lsp-ui-sideline-show-diagnostics t) (lsp-ui-sideline-show-code-actions t) (lsp-file-watch-threshold 5000) ;; Display all of the info returned by document/onHover under the mode line (lsp-eldoc-render-all nil) :hook ( (go-mode . lsp) ) :config (setq company-minimum-prefix-length 1) :commands (lsp lsp-deferred))
The same configuration works fine for emacs-plus@28 build, but does not work for
The text was updated successfully, but these errors were encountered:
I have this problem too. Issue #313 also reports a problem with webkit but I am not getting the error message that is reported there.
Sorry, something went wrong.
No branches or pull requests
lsp-ui-doc popup is not showing up in emacs when configured to use webkit
My lsp configuration
The same configuration works fine for emacs-plus@28 build, but does not work for
The text was updated successfully, but these errors were encountered: