iamcco / coc-flutter

flutter support for (Neo)vim
472 stars 38 forks source link

How can type/parameter hints be removed from the end of the lines? #176

Closed MatthewLM closed 1 year ago

MatthewLM commented 1 year ago

For example, how can the <String> List<String> be removed? I cannot find any option for it and it is very distracting and unnecessary.

Screenshot_20230519_130850

Thank you.

lostangelwangyang commented 1 year ago

any progress? I meet the same issue.

Kavantix commented 1 year ago

Those are inlayHint which can be disabled on the CoC level not on the plugin level

MatthewLM commented 1 year ago

Thank you, that resolves the issue. I added "inlayHint.enable": false to the CoC config.