Tag:Shortcut key
-
[go] common shortcut keys
reference materialGoLand / clion common shortcut keys Common shortcut keys:CTRL + SHIFT + F, perform a global lookupCTRL + ALT + L, formatting codeCTRL + ALT + H, view callback function Project related shortcut keysCTRL + E, open the recently browsed file.CTRL + SHIFT + E, open the recently changed file.CTRL + N, you can […]
-
Phpstorm common tutorials
1、 Phpstorm interface simplification Ctrl + Shift + AFind shortcut keys ALT+1: close or open items on the left 2、 Some of the most important shortcuts for phpstorm Quick find files:CTRL+SHIFT+N ==> Shift + F How to display files:CTRL+F12 ==> Shift + F + M Recently opened files:CTRL+E Find method name or class name: = […]
-
Analyze and use Visual Studio code to compile and debug c# programs on MAC
0x00 Preface At the previous Microsoft build conference, Microsoft released a tool that brightened the eyes of many people and was also the protagonist of this article – Visual Studio code. Many friends who use windows are very happy and think that there is another good document editor. However, I am more concerned about its […]
-
Using codemirror to build the IDE used by data scientists (I)
1. Introduction to codemirror Codemirror is a general text editor implemented with JavaScript. It is specially used for code editing. It has built-in multiple development language modes and plug-ins, and supports code highlighting, automatic completion, search, shortcut keys, etc. Codemirror is an open source project licensed by MIT. At present, it has been used as […]
-
Run bat file in vscode (execute bat) and solve the problem of Chinese garbled code
Using vscode to write bat script has greatly improved the workflow Before: finish writing in the text editor, save, return to the explorer, double-click bat to run, and repeat Now: write bat in vscode and press the shortcut key to execute bat Run bat in vscode Install for vscodeCode Runner Select in vscodefile -> Preferences […]
-
How to implement a shortcut key response system
There are many shortcut keys available on the GitHub page, such as typingg + cKey to select the code tab and typeg + iSelect the issues tab. Here isList of shortcut keys supported by GitHub。 So, how to realize such rich shortcut keys? We’ll pass GitHub’s official [email protected]/hotkeyTake a look. Function description On elements that […]
-
[turn] IntelliJ idea efficient use tutorial, once and for all!
Source: www.toutiao.com com/i6943239541448917512 After installing IntelliJ idea, perform the following initialization operations to improve the work efficiency by ten times. plug-in unit 1. Codota code intelligent prompt plug-in As long as you type the initial letter, you can associate a whole sentence, which is too smart. It also shows the frequency of each sentence. […]
-
Zeal: a simple offline API document browser
Zeal is a simple offline API document browser, modeled onDash(an OSX application) is written and can be used on Linux and windows. characteristic Anywhere in your workspace, useAlt + space(you can also customize) shortcut keys for fast document search. Search multiple document sets at once. No network connection is required. Zeal isOpen Sourceof Comply with […]
-
Implementation of 3D desktop effect under Linux
My graphics card: NVIDIA 6600le Tell me how I did it 1. Now Sony search “XGL” and “Compiz” and put the relevant softwareinstallOK. 2.installGLX driver of ndivid: sudo apt-get install nvidia-kernel-common nvidia-glx sudo gedit /etc/X11/xorg.conf Find driver “NV” and change it to driver “NVIDIA”. 3. Check whether all software is installed: sudo apt-get install xserver-xgl […]
-
A collection of the most commonly used shell commands for work accumulation and their application skills
This paper mainly shares the following three parts: ·Need to be familiar with Linux; ·You need to understand some shell basics and introduce some common shell command sets; ·You need to understand the principle of TCP triple handshake and analyze the computer network in combination with the shell command set. Console skills Operation shortcut key […]
-
A 10-year-old programmer told me, “he never uses a mouse for programming.” I said:
Bah, so will I~ Article catalogue A complete list of windows shortcuts necessary for programmers How do programmers open a program Quick shutdown and switching procedures Other commonly used shortcut keys F1 ~ F12 Alt, shift, Ctrl related shortcut keys Input method switching and screenshot How to become a programming boss? Of course, when coding, […]
-
Java foundation note 02 — common shortcut keys of idea
Module in idea is equivalent to project in eclipse. Note: idea isAuto save, no need to save automatically, no need to Ctrl + S 1. Quickly generate public static void main (string [] args) psvm 2. Quickly generate system out. println() sout 3. Delete a line ctrl+y 4. How to expand the list in […]