You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to erase back to the first quotation mark of the first string argument. Other arguments such as variable names, integers, booleans etc are unaffected.
Description
Arguments are replaced when a string is present as an argument to a function during completion in JavaScript files.
Steps to reproduce
Open
test.js
and enter the following:The pum is displayed and I select
longVariableName
.Expected outcome
longVariableName
is inserted as an argument and the editor displays the following:Actual outcome
longVariableName
is inserted, but all other arguments are removed:It seems to erase back to the first quotation mark of the first string argument. Other arguments such as variable names, integers, booleans etc are unaffected.
Context
The text was updated successfully, but these errors were encountered: