当前位置:网站首页>Common shortcut keys of IDE
Common shortcut keys of IDE
2022-04-23 06:33:00 【xingsfdz】
Here are some common methods IDE Shortcut keys , Ongoing update ...
Eclipse, IDEA,VScode
Eclipse:
ctrl+d // Delete row
ctrl+shift+r // Find the specified file
ctrl+h // Global search / Replace the specified content ( Fuzzy query )
ctrl+alt+↓/↑ // Copy the current selection , If nothing is selected, the current line will be copied
ctrl+ Right mouse button // Jump Links
/** + Enter key // Complete notes
alt+/ // See what can be completed
ctrl+/ // Comment the current line
F2 // Rename the selected file , Can also be applied to win System
F6 // Debug the next step
------------------------------------------------------------------------------------
IDEA:
ctrl+x // Delete row ( It's actually cutting )
ctrl+d // Copy the current selection , If nothing is selected, the current line will be copied
double-click shift // Find files
ctrl+shift+f // Find content
ctrl+shift+r // Find alternatives
ctrl+ Right mouse button // Links to interfaces and other associations
ctrl+alt+ Right mouse button // Implementation classes linked to interfaces
------------------------------------------------------------------------------------
VScode:
ctrl+x // Delete row ( It's actually cutting )
alt+shift+↓/↑ // Show copy directly , Copy the current selection , If nothing is selected, the current line will be copied
ctrl+c // Copy to clipboard Copy the current selection , If nothing is selected, the current line will be copied
Ctrl+] / [ Indent / Go ahead
ctrl+/ // Annotation switching
版权声明
本文为[xingsfdz]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210614267452.html
边栏推荐
- 进程间通信的方式
- -- SQL query and return limit rows
- Cf6d lizards and fundamentals 2 problem solving
- Usage scenario of copyonwritearraylist
- LockSupport. Park and unpark, wait and notify
- [leetcode 67] sum of two binary numbers
- Addition, deletion, query and modification of data
- 程序設計訓練
- Database - sorting data
- MySQL best practices for creating tables
猜你喜欢
随机推荐
Rust的闭包类型(Fn, FnMut, FnOne的区别)
POI and easyexcel exercises
7.Domino piling
@Problems caused by internal dead loop of postconstruct method
JDBC operation transaction
selenium+webdriver+chrome实现百度以图搜图
Export of data
Three ways to create threads
8. Integer Decomposition
Troubleshooting of data deleted and reappeared problems
Rust:如何实现一个线程池?
Qthread simple test understanding
SQL -- data definition
[leetcode 202] happy number
C # Foundation
Class loading and classloader understanding
P1586 solution to tetragonal theorem
定位器
C language file operation
C array









