- VSCode Version: 1.4.0
- OS Version: Windows 10
Steps to Reproduce:
- Create a method called
methodOne
- Write some code that calls this method as
methodTwo()
- Place the cursor between the
d and T and invoke completion
- Select
methodOne from the completion list
You would expect methodTwo to be replaced with methodOne but you end up with methodOneTwo.