ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.05k stars 57 forks source link

[enhancement] Option to hide signatures for certain functions #284

Open btjanaka opened 1 year ago

btjanaka commented 1 year ago

Hi @ray-x, thank you for making this great plugin! While using it, I have noticed that there are functions for which I don't really want to see the signature. For example, if I am in the print function in Python, I don't need to see its documentation because I know how print works. The same goes for many numpy functions; for instance, I know how np.sum works already. Thus, I am wondering if it is possible to have an "ignore list" of functions where lsp_signature will not show the signature at all. I understand this may require a lot of effort since it would have to work across many LSPs.