This is a fork of the Wakatime plugin for Jetbrains here.
Code Climbers plugin for Jetbrains. Collect metrics, insights, and time tracking automatically from your programming activity.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Code Climbers" > Install
-
Re-launch your IDE.
-
Use your IDE like you normally do and your time will be tracked for you automatically.
-
Visit https://local.codeclimbers.io to see your logged time.
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
- Clone the repository
- Open the project in IntelliJ IDEA
- Ensure you have the "Gradle" and "Plugin DevKit" plugins enabled
- Import the project as a Gradle project
- To build and run the plugin locally:
- Run
./gradlew buildPlugin
to build the plugin - Run
./gradlew runIde
to start a new IntelliJ instance with the plugin installed
- Run
- Update the version in
gradle.properties
- Create a production build:
./gradlew buildPlugin
- Test the plugin thoroughly
- Create a new release on GitHub with the version number
- Upload to JetBrains Marketplace:
- Log in to JetBrains Marketplace
- Go to "Upload plugin"
- Select the zip file from
build/distributions/
- Fill in the release notes
- Submit for review