Closed
Description
- VSCode Version: Code 1.3.1 (e6b4afa, 2016-07-12T13:35:06.227Z)
- OS Version: Windows_NT ia32 6.1.7601
Steps to Reproduce:
- Create a typescript project for eg angular2
- create a component with name having dot character
- import the module in to another component.
ctrl + hover - highlighting upto dot character
in the below issue the ctl + hover should highlight gateway.destination.component but it is highlighting only the component alone.