Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Aging LinesNew to Visual Studio Code? Get it now.
Aging Lines

Aging Lines

firoxer

|
37 installs
| (0) | Free
A POC extension for Visual Studio Code that shows by varying background color how old the changes in your editor are
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Aging Lines

A POC extension for Visual Studio Code that lets you style source code lines by their commit age

Table of Contents

  • About
  • Usage
  • Prerequisite
  • Development
  • Testing
  • Deployment
  • License

About

TODO

Usage

Open up VSCode, press Ctrl+P and paste this in: ext install firoxer.aging-lines-vscode. Press Ctrl+Shift+P and type in "Toggle Aging Lines" to enable the extension. You can change the age and style settings with Ctrl+,. The settings format should be fairly obvious. The styles you can set are documented here.

Prerequisite

You need to have git executable from the command line.

:hammer: Development

Clone this repo, open it up in VSCode and hit F5 to spawn a debug window with the extension enabled.

You can modify the extension in the first window and hit Ctrl+Shift+F5 to respawn the debug window.

When using the debug window, remember to enable the plugin's functionality via Ctrl+Shift+P with the command name "Toggle Aging Lines".

:wrench: Testing

None.

:tada: Deployment

You can publish a new version of the code with the vsce tool. See here.

:page_with_curl: License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft