All notable changes to the "vscode-counter" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- workspace counter in status bar.
- Support: Configure "outputDirectory" to outside of workspace #101
- Defects caused by comment keywords present in the string. #88
- Not a complete fix, but should be better than before.
- Change the line counting method #96.
- In line with the POSIX definition of lines in text files, lines that do not end with a newline (i.e., the last line) are not included in the count.
- Enable the real-time counter at start-up.
- However, it should not be resident.
- Fixed Issue #93.
- Added spaces in statusbar
- Count the files in the top-level as a separate item #81
- Support storing collected language elsewhere #78
- Reviewed file detection rules
- Counter diff output function
- Moved the status bar to the right
- Disuse Configuration :
VSCodeCounter.outputMarkdownSeparately
.
- Error on large code bases
- Fixed Issue #48.
- Misconceptions about FileStat.
- New Configuration :
VSCodeCounter.history
.
- New Function : Count the range of the selected text.
- New Command :
Save the collected language configurations
.
- This extension is no longer resident.
- Don't save whether or not the program is shown in the status bar in the settings.
- Issue :
CSV could be more strictly formed
.
- Issue :
Handling symlinks
.
- New Command :
Check available languages
.
- Replaced the file API used with one provided by vscode.
- Problems that occur when
files.encoding
is set to a value other than utf8
- Support Multi-root Workspaces. (Selection type)
- Update some modules.
- Output Markdown summary and details separately. (selectable by settings.json)
- resolve file types using "files.associations" setting.
- Error on large code bases
- Auto ignore the .VSCodeCounter directory.
- Initial release