Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Changes CounterNew to Visual Studio Code? Get it now.
Changes Counter

Changes Counter

leoholanda

|
36 installs
| (1) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Changes Counter

Visual Studio Marketplace Version GitHub

A VS Code extension that counts the number of changes between your git working tree and a comparison branch. Also, it warns you when you exceed a changes quantity threshold, helping you control the size of your pull requests and making them more easy to review.

Changes Counter screenshot

For the extension to work, you must open a folder in your workspace that have git initialized.

If the extension isn't working, check the Changes Counter output channel in the panel for more info.

Contents

  • Features
  • Installation
  • Extension Settings
  • Contributing
  • License

Features

  • Show the changes count in a VS Code status bar item to help you track the changes quantity
  • Changes count is updated everytime you save a file
  • When you exceed a changes quantity threshold:
    • The status bar item color changes
    • A notification is sent to warn you
  • Creating an ignore file allows the extension to ignore files and patterns when counting changes

Installation

Open VS Code, press Ctrl + P and enter this command

ext install LeonardoHolanda.changes-counter

You can also search for "Changes Counter" in the Extensions Tab search, find the extension and install it there.

Ignore file

The ignore file name must be .ccignore. For this feature to work, you must create the file in the root of your workspace folder. Then, you can write the files path and patterns you want to ignore like it is written in the .gitignore file.

Extension Settings

This extension contributes the following settings:

  • changesCounter.disableStatusBarIconColorChange: Enable/disable the status bar item color change when you exceed the changes quantity threshold.

  • changesCounter.disableNotifications: Enable/disable the notification when you exceed the changes quantity threshold.

Contributing

Feel free to submit any issues or enhancement requests! I will do my best to fix or implement it. Already have a solution? Pull requests are also welcome!

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft