banner
biuaxia

biuaxia

"万物皆有裂痕,那是光进来的地方。"
github
bilibili
tg_channel

[Reprint] JetBrains Common Plugins

title: [Reprint] JetBrains Common Plugins
date: 2021-07-06 11:15:08
comment: false
toc: true
category:

  • Jetbrains
    tags:
  • Reprint
  • Jetbrains
  • Common
  • Plugins

This article is reproduced from: JetBrains Common Plugins - bleem


The so-called "To do a good job, an artisan needs the best tools"; this article shares some commonly used JetBrains series IDE plugins for daily coding (all plugins mentioned in this article can be directly searched and installed from the Marketplace).

One Dark theme#

Let's start with something useless, the theme color scheme is a personal preference; I prefer a colorful feeling, which prevents eye fatigue and also gives a sense of RMB (RMB is also colorful), after all, when coding, you have to be "cool" in order to write BUG happily (as long as the code or I can run).

image

Gopher#

This is also a plugin with no practical use, the only effect is that the progress bar becomes the mascot of Go (Golang is the best, roar)... of course, there is also a version where Gopher becomes a rainbow cat, you can search for it if you need it.

image

Extra Icons#

This plugin adds icons to some special files in the project, such as .gitignore files, CI configurations, etc., which makes it more comfortable to look at.

image

GitToolBox#

GitToolBox displays recent changes and commit information when the cursor is positioned on a line of code, making it easy to pinpoint the culprit when blaming others.

image

String Manipulation#

This one is awesome, a very useful plugin; when you need to convert between "camel case/underscore/kebab case/uppercase/lowercase/uppercase with underscore/lowercase with underscore..." according to certain specifications, String Manipulation can do it with just a right-click.

image

Randomness#

Randomness is useful when you need test data, it can quickly generate some random junk data for filling in; for example, when writing example configurations.

image

Translation#

A must-have plugin for English beginners, it can not only translate words, but also automatically recognize and translate documents, and even comes with a wordbook.

image

carbon-now-sh#

When you want to show off your code in a group or write a blog post without allowing others to copy it, carbon-now-sh can help you transfer the selected code to https://carbon.now.sh/ to generate beautiful images.

image

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.