```lua --- 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