Deutsch | 日本語 | Русский язык | 中文
A vscode toolkit that make coding more comfortable.
This extension is unstable yet,
and had not been published into the vscode extension marketplace.
If you'd like to use it, please download the latest release
and install from vsix
on your local device.
If you'd like to contribute to this project, please read Code of Conduct before commit your code.
- Show author, relative time and commit summary as the suffix of a line.
- Show author, email and absolute time when hover on the suffix.
Supported languages and file types:
Language | Dark | Light | VSCode Extension |
---|---|---|---|
C/C++ | ✔️ | ✔️ | ms-vscode.cpptools |
Dart | ✔️ | ✔️ | Dart-Code.dart-code |
Ignore | ✔️ | ✔️ | build-in |
JavaScript | ✔️ | ❌ | build-in |
Json | ✔️ | ✔️ | build-in |
Markdown | ✔️ | ✔️ | build-in |
Properties | ✔️ | ✔️ | build-in |
Rust | ✔️ | ❌ | rust-lang.rust-analyzer |
ShellScript | ❌ | ✔️ | mads-hartmann.bash-ide-vscode |
Toml | ✔️ | ❌ | tamasfe.even-better-toml |
TypeScript | ✔️ | ❌ | build-in |
Yaml | ✔️ | ✔️ | redhat.vscode-yaml |
There is a unique CJK mode color theme on each of the dark mode and the light mode. If you are using the CJK languages (Chinese, Japanese and Korean) for comments, Such mode will make the comment normal rather than italic, which will make characters in such languages more elegant, and improve the coding experience.
Make sure npm
is available on your device and install all the dependencies.
Then run the following npm script.
npm run package
Such script will compile all components and output into the
extension
folder.
If the process finished successfully,
then you can find a code-enhance-x.y.z.vsix
release under the
extension
folder.
This project is licensed under the MIT License. It's just a tool. Feel free to use.