Coderank
Curious how many semicolons you typed last week? What about double quotes over the past five years? Want to present your typing prowess on your GitHub profile like this?
InstallationWith VS Code open, search for OR With VS Code open, launch VS Code Quick Open (
OR Install Coderank from the VS Code Marketplace. OR Install the Using CoderankThank you for installing Coderank! This document is the best way to get started. Explorer PanelMost Coderank interactions occur in the explorer panel. Coderank analyzes the text you type and stores it locally in a global VS Code buffer whenever a document is saved. The Many data points are tracked, but only a few are shown in the explorer panel for simplicity. The web viewer is a much better place to view your stats and share them with friends and followers! Pushing to GitHubEnsure these prerequisites are met before you make your first push:
Web ViewerThe web viewer is automatically initialized in your coderank repository on GitHub and can be hosted via GitHub Pages. See the complete default viewer here. The default web viewer is great, but feel free to add additional charts to make it your own. If customizations are made, remember to turn off automatic web viewer updates by setting MachinesCoderank tracks the specific machine that data comes from. When Coderank is initially activated, it assigns a unique ID to its host. By default, the host name is If VS Code and all extension data is deleted and reinstalled on the same machine, a new ID is assigned to the host, resulting in two IDs for the same machine. Use the EditorsCoderank is only operational in VS Code at this time. However, support for additional editors is extremely possible, especially if there is interest. Settings KeysCoderank can be customized by updating the following settings keys in VS Code's
Creating a PATPersonal access tokens (PATs) allow Coderank to access GitHub resources on your behalf. Moreover, PATs are secure and can limit Coderank's permissions and the repositories it can access. Creating a PAT is easy and shouldn't take longer than five minutes. Follow these steps from the GitHub Docs to get started. Regarding step 11:
Allow your PAT to only access your Coderank repository. Regarding step 13:
Grant your PAT the Repository permission of read-and-write access to Contents. Your PAT will be given read-only access to Metadata by default. Once you have created your PAT, you are all set! Just make sure to save it somewhere so you have it ready to supply to Coderank when you push local fields to your repository. |