Jan Lahoda created NETBEANS-3757:
------------------------------------

             Summary: LSP based code completion may break on item confirmation
                 Key: NETBEANS-3757
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3757
             Project: NetBeans
          Issue Type: Bug
          Components: ide - Code
    Affects Versions: 11.3
            Reporter: Jan Lahoda
            Assignee: Jan Lahoda


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)
}

---

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to