VSCode extension - Line Space Fill TrimThis extension has the following functions
Installhttps://marketplace.visualstudio.com/items?itemName=SatoshiYamamoto.vscode-line-space-fill-trim UsageSelect multiple lines. Execute the command.
operationThe number of spaces to be filled is done according to the maximum number of characters in the selection. The number of characters is obtained by graphemesplit. graphemesplit - npm So Japanese and Chinese kanji characters are counted as two characters of the alphabet. Pictograms are also counted as two characters of the alphabet, and pictograms that are combined into a single character are also counted as two characters of the alphabet.
|