我來補(bǔ)充兩個快捷鍵, 其實(shí)個人認(rèn)為也非常重要:
1. ctrl + alt + enter 向上空出一行
2. shift + enter 向下空出一行
1. ctrl + alt + enter 向上空出一行
2. shift + enter 向下空出一行
2020-04-18
autoscroll from source 已經(jīng)更改為 always select opened file 了
在 2019.2.4 這個版本中
在 2019.2.4 這個版本中
2020-04-03
關(guān)于生成變量,我更喜歡用.var的用法,比如要寫String name = “name”; 可以直接鍵入"name".var ,按enter鍵就會自動生成String name = "name";這個真的很好用 迭代的時候或者從map取值的時候
2020-03-17