Intellisense is not always perfect, so it can be annoying when typing in a method name manually and it auto-selects a different one from the completion list.
Similar to other JavaScript editors, the default should be to accept what the user wrote, not a closest match from the list, unless an explicit completion trigger (i.e. TAB) is selected.
Intellisense is not always perfect, so it can be annoying when typing in a method name manually and it auto-selects a different one from the completion list.
Similar to other JavaScript editors, the default should be to accept what the user wrote, not a closest match from the list, unless an explicit completion trigger (i.e. TAB) is selected.