pylance-release
pylance-release copied to clipboard
option to disable double-click to insert for inlay hints
- the inserted inlay hints sometimes need manual adjustment. e.g. it inserts
DataFrameforpd.DataFrame, whilefrom pandas import DataFrameis absent. - trying to select but clicking too fast may trigger this by fault.
I want the inlay hints shown with the double-click to insert disabled.
We are updating the inlay hint insert to insert the needed imports as well. I'm not sure if VSCode has a general setting to disable inlay hint inserting, but i'm sure its something we could add