This extension shows character code point in status bar.
Shows character code point in hexadecimal or decimal notation.
If more details about characters are desired, one can click on status bar to quickly switch display style or double-clic to get get plenty more Unicode related information provided by compart.
This extension contributes the following settings:
codepoint.statusbar
: Determines what will be shown in statusbar:none
: Nothing;decimal
: Decimal value of code point (e.g.77
);hexadecimal
: Hexadecimal value of code point (e.g.0x4D
);unicode
: Unicode code point (e.g.U+004D
);description
: Full description is shown (e.g.LATIN CAPITAL LETTER M
).
Visual Studio Code normalizes line endings upon load and thus this extension will only show one kind of line ending character. Currently it is not possible to have multiple different line endings (see issue 127).
Visual Studio does not support CR line ending (see issue 35797). Therefore you will never see CR as a line ending.