CTRL+mouse navigation does not work for generic types CodeMix & Angular IDE > Webclipse 1.x Help This topic has 1 reply, 2 voices, and was last updated 7 years, 6 months ago by support-swapna. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 1, 2017 at 8:47 pm #521359 Reply Fedor LosevParticipant interface Test { value: string; } let test1: Test; test1.value; let test2: Readonly<Test>; test2.value; Context assist correctly suggests value both after test1. and test2. . However, CTRL + mouse provides hyperlink navigation for .value only with test1. May 2, 2017 at 12:54 am #521386 Reply support-swapnaModerator Fedor, I could replicate the issue at my end. I have filed a bug for the dev team to look into it. We will keep you posted when the fix is out. Sorry for inconvenience caused. –Swapna MyEclipse Support Author Posts Viewing 2 posts - 1 through 2 (of 2 total) Reply To: CTRL+mouse navigation does not work for generic types You must be logged in to post in the forum log in