Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-3757

LSP based code completion may break on item confirmation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 11.3
    • 11.3
    • ide - Code
    • None

    Description

      Consider this TypeScript code:

      function bla(foo: string)

      { var v = foo.charAt(0) }

      Open code completion after "cha", and press enter on charCodeAt - this will result in:

      function bla(foo: string)

      { var v = foo.chadeAtrAt(0) }

       

      Attachments

        Activity

          People

            jlahoda Jan Lahoda
            jlahoda Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: