This plugin adds a new page under -> My Settings and Tools - Parameters Usage.
The page contains a report of all your build parameters defined and/or used across projects or build configurations.
To build the report, the plugin scans your configuration files and looks for build parameters definitions as well as occurrencies of %...% pattern.
Get the plugin zip file from the Releases page and install it as per the Teamcity documentation
The plugins is built using Teamcity SDK Maven plugin and requires almost zero effort to start the development.
To get the local Teamcity installation and start the Teamcity server instance:
mvn tc-sdk:init
mvn tc-sdk:start
To build and deploy the plugin
mvn package tc-sdk:reload