emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

How do I show lsp-ui-doc when inside of the brackets? #663

Open flexagoon opened 2 years ago

flexagoon commented 2 years ago

For example, I have a function DateFormat(). When my cursor is over the DateFormat part, the documentation is shown. However, I'd also like to see the documentation when my cursor is inside of the brackets, so that I can look at it while writing code. Is there a way to do that?