typescript-tools.nvim icon indicating copy to clipboard operation
typescript-tools.nvim copied to clipboard

bug: settings.complete_function_calls doesn't work as expected

Open shyamayadav154 opened this issue 6 months ago • 1 comments

--- mirror of VSCode's `typescript.suggest.completeFunctionCalls`
    complete_function_calls = false,

Current Behaviour

on false: imports the function with parentheses ( ) on true: has no issues

Expected Behaviour or vscode behaviour with same setting

on false: imports the function without parentheses

This setting causes react functional component to import with the parentheses and no way to fix it right now

shyamayadav154 avatar Aug 11 '24 12:08 shyamayadav154