DotJoshJohnson / vscode-xml

XML Tools for Visual Studio Code
MIT License
324 stars 86 forks source link

Auto complete does not work well against <![CDATA[ ]]> #333

Open vczh opened 4 years ago

vczh commented 4 years ago

Description When I type <![CDATA[, the editor types ]]>] for me instead of ]]>, now it becomes <![CDATA[|]]>], "|" is where the cursor is located.

Extension Version 2.5.1

VS Code Version 1.47.3

Operating System Windows 10 1903