facebook

CTRL+mouse navigation does not work for generic types

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #521359 Reply

    Fedor Losev
    Participant
    
    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.

    #521386 Reply

    support-swapna
    Moderator

    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

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