Javascript Comma After Single Quote
After entering some like axios.post('/url' entering the comma to separate argument moves the cursor back and deletes the comma. Is this some setting I am missing? I am on version 2018.1.1.
console.log('test', variable);
This cannot be entered, the comma will be removed.
console.log('test' , variable);
Will work just fine, so long as the comma does not immediately follow the single quote.
请先登录再写评论。
Further investigate may indicate this is related to the Vue.js plugin.
can't recreate. Does it only happen when editing .vue files? Is the issue the project-specific?
Please try recording a video that shows up the issue and provide it along with your idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)