๐นshortcuts
shortcut
meaning
notes
โ + i
Editor โฉ Structure โฉ Re-indent
้ธๆ่ฆๅฐใๅ ง็ธฎใๆๅฅฝ็ๅๅก๏ผ็ถๅพๆใโ + iใ
โ + โฅ + click
show SwiftUI inspector
โง + โ + L
Library
โ + R
run
run app in the simulator
โ + U
test
unit tests/UI tests
โฅ + โ + /
add comment โญ๏ธ
position the cursor either on or before a method
Option+Cmd+P
resume canvas
Add code annotations to the jump bar and minimap
// TODO: [your to-do item]
// a bug fix reminder:
// FIXME: [your bug fix reminder]
// MARK: [your section heading]
// add a separator above:
// MARK: - [your content]
// add a separator below:
// MARK: [your content] -
// add a separator above & below:
// MARK: - [your content] -
Last updated
Was this helpful?