The status bar typically contains information about the currently selected file or folder. It also provides some actionable shortcuts:
From left to right, the status bar contains the following information:
- If Git is enabled, it will report version control information, such as the current branch.
- Number of errors and/or warnings detected in the current code.
- Cursor position (line position and column position).
- Indentation size and type (spaces or tabs).
- Encoding of the currently selected file.
- Line terminator: Carriage return (CR) and/or line feed (LF).
- Language used to process the code in the selected file. If you click on the ...