Idea基本操作攻略

2021-10-13 03:02:02 字數 1089 閱讀 3192

1  調整字型大小

file->settings->editor->font->將**字型大小設定為18

原創:2 調整大小寫敏感

file->settings->editor->general->code completion-> 去除match case前面的勾(預設是打上的,區分大小寫)

原創:3 設定編碼格式為utf-8

file->settings->editor->file encodings->將「project encoding」還有下方的「default encoding for properties files"設定為utf-8格式,並勾選「transparentnative-to-ascii conversion"

原創:4 idea 使用git clone專案

1 配置git:file > settings > version control > git > path to git executable > 設定本地git安裝路徑 > test測試

clone專案:file > new > project from version control > 輸入url和工作空間路徑 > clone

原創:

超級簡單攻略 GitHub關聯IDEA!

1,設定idea idea settings version control git github test successful 成功關聯 2,設定vcs工具條 工具條 vcs import into version control create git repository 選中想要建庫的檔案目...

idea操作整理

這篇記錄一下,在idea使用的過程中一些加快開發效率的操作。當使用乙個數字或者乙個引數按照以下寫法會自動變成例子中的情況 100.for for int i 0 i 100 i sth.iter for string s list sth.new new sth sth try try catch ...

IDEA常用操作

1 更改idea工作空間,使得每次進入idea都可以選擇新的 在idea裡ctrl alt s,選擇reopen last project on startup 2 project和model 1 idea裡的project相當於eclipse的wordspace 2 idea裡的model 相當於...