pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

option to disable double-click to insert for inlay hints

Open yuuuxt opened this issue 2 years ago • 1 comments

  1. the inserted inlay hints sometimes need manual adjustment. e.g. it inserts DataFrame for pd.DataFrame, while from pandas import DataFrame is absent.
  2. 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.

yuuuxt avatar Jan 23 '24 07:01 yuuuxt

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

bschnurr avatar Jan 25 '24 19:01 bschnurr