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
surroundingPairs field should be actived when selecting text and input the open symbol, then the close symbol should be auto completed. such as:
I config '<' and '>' symbol in surroundingPairs, and it not in autoClosingPairs, so it should not be actived when I just input '<' without selecting text.
But it was actived when I input '<' symbol:
Maybe there is something was wrong.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, @dingyi222666 , I found a problem about LanguageConfig surroundingPairs.
According to VS Code documents: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#autosurrounding
surroundingPairs field should be actived when selecting text and input the open symbol, then the close symbol should be auto completed. such as:
I config '<' and '>' symbol in surroundingPairs, and it not in autoClosingPairs, so it should not be actived when I just input '<' without selecting text.
But it was actived when I input '<' symbol:
Maybe there is something was wrong.
Thank you.
The text was updated successfully, but these errors were encountered: