Skip to content
New issue

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

No signature help when using lsp-bridge within org babel source block #909

Closed
nujabse opened this issue Apr 15, 2024 · 3 comments
Closed

Comments

@nujabse
Copy link
Contributor

nujabse commented Apr 15, 2024

Although lsp-bridge can provide nice code completions in org babel source code blocks, it can not show signature help when it is ued within org babel source blocks, calling lsp-bridge-signature-help-fetch does not show signature help, either.

  • emacs -Q test configuration:
(require 'yasnippet)
(yas-global-mode 1)
(require 'markdown-mode)
(require 'lsp-bridge)
(setq lsp-bridge-enable-org-babel t)
(setq lsp-bridge-org-babel-lang-list '("python") )
(global-lsp-bridge-mode)
  • Org mode code sample to reproduce:
#+begin_src python :results output
print('Hello, world')
#+end_src

  • Expected behaviour:
    Show signature help for function at point (print) in the minibuffer.
@manateelazycat
Copy link
Owner

@kongds Can you help add this feature? Thanks.

@manateelazycat
Copy link
Owner

Please update to newest version, has fixed it.

@nujabse
Copy link
Contributor Author

nujabse commented Apr 15, 2024

Thank you for the quick fix! Really appreciate your help, it now works flawlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants