ctrl+d: delete current line
ctrl+/: comment/uncomment current line
ctrl+k: find next selected key
ctrl+shift+k: find previous selected key
ctrl+space: content assitant(may conflict with some input methods, but can be customized). It can be replaced by alt+/.
ctrl+shift+f: code format
f3: open declaration
f5: step into
f6: step over
f7: step return
f8: continue
f11: debug
时间: 2024-10-28 16:32:15