然後就根據你自己的需求來改
對於我來說最主要的幾個操作是下面的幾個:
main menu-->run-->run
修改為f5或者ctrl+f5
main menu-->run-->debug
修改為f5或者ctrl+f5
main menu-->run-->stop
修改為shift+f5
看自己愛好吧
main menu-->run-->debugging actions-->step over
f10
main menu-->run-->debugging actions-->step into
f11
main menu-->run-->debugging actions-->step out
shift+f11
main menu-->run-->toggle breakpoint-->toggle line breakpoint
f9
main menu-->code-->folding-->comment with block comment
ctrl+u
main menu-->code-->folding-->comment with line comment
ctrl+k
(原本的vs是ctrl+k,ctrl+c復合鍵)
2021.3.30 更新
新版本只需要在上面的下拉框直接選visual studio就可以了!方便了很多!
IDEA 使用技巧
最近把家裡的mac拿出來整理整理,裝了個idea,學習下這個現在比較流行的ide工具的用法。初步體驗 功能強大,強大到需要寫個文章記錄下使用技巧,哈哈。一 生成類的注釋 這個方法網上很多,開啟preferences file and code templates includes file head...
IDEA 使用總結
search everywhere double shift 本專案查詢 ctrl shift f 開啟類或方法 ctrl b 查詢類 ctrl n 可加行號 dogimpl 30 查詢檔案 ctrl shift n 查詢類中的方法或變數 整個專案 ctrl shift alt n 查詢變數被引用到...
IDEA 使用總結
search everywhere double shift 本專案查詢 ctrl shift f 開啟類或方法 ctrl b 查詢類 ctrl n 可加行號 dogimpl 30 查詢檔案 ctrl shift n 查詢類中的方法或變數 整個專案 ctrl shift alt n 查詢變數被引用到...