CodeMaid
vscode-gitlens
Our great sponsors
CodeMaid | vscode-gitlens | |
---|---|---|
4 | 14 | |
1,643 | 7,105 | |
- | 1.2% | |
6.0 | 9.8 | |
12 days ago | 5 days ago | |
C# | TypeScript | |
GNU Lesser General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CodeMaid
- Which linters are you using for CI environments?
-
7 Visual Studio Tools to Improve Your Software Development in 2021
CodeMaid is an open-source extension that seeks to clean and simplify the code for several languages, like C#, C++, PHP, and JavaScript.
-
Some useful Visual Studio extensions
CodeMaid is one of my favorite extensions that without it I really cannot write code. CodeMaid features are:
-
Bullet point series - Part 2 - Some pretty sweet Visual Studio Extensions I Use
Codemaid, https://www.codemaid.net, cleanup on save, cross team formatting practices, this allows me and my team mates to have the same formatting, its just a real sweet timesaver, makes your code pretty too.
vscode-gitlens
-
tig blame online
for GitLens https://gitlens.amod.io/
- GitLens adds “Premium Features” and enough reminders that you don't miss them
-
The Myth of Self-Documenting Code
The better version is to have something like gitlens installed into your IDE and have it dynamically render those git comments.
https://github.com/Axosoft/vscode-gitlens#current-line-blame...
-
where add.
I learned the cli first, but I do use vscode's git integration for staging and committing. I also love gitlens's "commits by file / line" feature.
-
Replacing GitKraken
Hi. Vs code is pretty well integrated with git. There are built in git support and a couple other plugins. For example, the most popular git plugin for vs code is git lens. It also has powerful rebase editor (i guess, it is my favorite feature), which you can enable by following this guide. I personally realy enjoing Git Graph extension, which allow you to observe your git history in pretty similar to git kraken way. It also provide navigation facilities and some other useful features.
-
Confused with fixing PR conflicts with VSCode
If you are going to use VSCode to manage your Git operations like merging, rebasing, etc., then I would highly recommend the GitLens plugin.
-
GitHub and GitLens integration problems
Might be worth creating an issue ticket if you can't get it solved: https://github.com/eamodio/vscode-gitlens/issues
-
Supercharge your git workflow with GitLens
Redder color means changes were made very recently in that area. Again you can fully customize age thresholds, locations, the color of the most recent and least recent changes, etc., from the settings.
So here are some of my favorite GitLens features that I use regularly. You can find the full list of the features here.
-
Tips for Debugging Software like a Detective
Phone a friend. I recommend integrating git blame into your development environment I use the Git lens plugin which shows you, directly within files in a code editor, who authored certain file changes and the PR which can be helpful for quickly getting more context regarding decisions by looking at the associated Pull Request or having the opportunity to connect directly with the committer. Pair programming can be an effective way to debug and share knowledge. Similar, to the magic of figuring out the solution to a bug in the shower or overnight there is a phenomenon called rubber ducky debugging in which just explaining the issue to someone else (even an inanimate rubber duck) can help make the solution more obvious.
What are some alternatives?
StyleCop - Analyzes C# source code to enforce a set of style and consistency rules.
BenchmarkDotNet - Powerful .NET library for benchmarking
App.Metrics - App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
vscode-jupyter - VS Code Jupyter extension
vscode-emacs-mcx - Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
.NET Compiler Platform ("Roslyn") Analyzers
linux - Linux kernel source tree
vscode-toggle-excluded-files - Quickly toggles excluded (hidden) files visibility in the file explorer in VS Code
gitui - Blazing 💥 fast terminal-ui for git written in rust 🦀
Gendarme - Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that compiler do not typically check or have not historically checked.
Git - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Metrics-Net - The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.