<!-- Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/vscode. --> <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: Latest Insiders - OS Version: Mac OS Steps to Reproduce: 1. Insert cursor before the first argument (that accesses some property) to the method. 2. Start typing new argument that also accesses property. 3. On suggestion appearance, press Tab to enter suggestion value It replaces the old first argument instance with the property from the new argument. 