柚子快報(bào)激活碼778899分享:前端 rubymine習(xí)慣設(shè)置
文章目錄
1. 其他的習(xí)慣設(shè)置3. rubymine2016 漢化4. rubymine 編輯器代碼自動(dòng)縮進(jìn)設(shè)置5. rubymine 顏色設(shè)置整體風(fēng)格顏色(主題顏色)正則表達(dá)式顏色字符串轉(zhuǎn)義 顏色設(shè)置1. 輸入行的背景色2. 代碼編輯區(qū)背景色3. 行號字的顏色設(shè)置行號背景色設(shè)置4. 鼠標(biāo)選擇區(qū)域前景色(字體顏色)5. 鼠標(biāo)選擇的背景色6. 字符串的顏色設(shè)置7. HTML代碼`
企業(yè)信息管理dsdsddddd
9. 局部變量顏色設(shè)置10. 數(shù)字顏色設(shè)置11. 行注釋,塊注釋 顏色修改**12. git 新增行,修改行,刪除行 顏色標(biāo)記修改****13. git diff 彈窗 真實(shí)背景色****14. 編輯器 分隔線顏色設(shè)置****15. 垂直縮進(jìn)線顏色設(shè)置****16. 括號匹配顏色 ****17. 鼠標(biāo)光標(biāo)顏色****18. 折疊文本顏色 ****19. 注入語言片段背景色修改****20. 光標(biāo)定位變量一樣的 顏色**21 `export class EnterpriseListShowComponent implements OnInit {`22. 實(shí)例成員方法名顏色設(shè)置:23. **方法參數(shù)顏色設(shè)置 Parameter****24.實(shí)例變量顏色,接口顏色**25. 搜索結(jié)果的顏色背景色設(shè)置:
6. 當(dāng)回車后,按刪除鍵后又回到了上一行,禁止**7. Editor Tabs 編輯器標(biāo)簽頁設(shè)置,顯示正在編輯文件的路徑****8.工具欄顯示與隱藏****9.關(guān)閉rubymine代碼自動(dòng)保存功能****12. 代碼折疊設(shè)置****14. 編輯器代碼自動(dòng)換行****21. 代碼從新格式化格式設(shè)置****22. 關(guān)閉TypeScript 自動(dòng)編譯**23. 顯示/隱藏 編輯器中空格上的白點(diǎn)24. 顯示/隱藏 編輯器 代碼塊垂直線**25. 顯示/隱藏 編輯器 行號****2. 顯示/隱藏 編輯器 右邊距**編輯器標(biāo)簽的設(shè)置,由單行顯示變多行(打開的文件名):編輯過的文件名標(biāo)記星號,知道修改了什么文件
1. 其他的習(xí)慣設(shè)置
**RubyMine2016.3自動(dòng)補(bǔ)全默認(rèn)第一個(gè)選項(xiàng)配置:**http://blog.csdn.net/lj_550566181/article/details/53504208**rubymine2016官方文檔英文:**https://www.jetbrains.com/help/ruby/2016.3/reference.html
3. rubymine2016 漢化
參考鏈接: http://www.jb51.net/softs/516343.html
rubymine2016安裝教程 下載鏈接: https://pan.baidu.com/s/1c2ou9w8 密碼: kqjh RubyMine 2016漢化包使用方法: 解壓后,里面有個(gè)文件resources_cn.jar,把這個(gè)文件復(fù)制到/Applications/RubyMine.app/Contents/lib中
如果沒有resources_cn.jar,怎按照下面的步驟來制作resources_cn.jar: 1、鏈接: https://pan.baidu.com/s/1pLlWpSn 密碼: yptn 下載漢化包 2、將/Applications/RubyMine.app/Contents/lib目錄下的resources_en.jar文件復(fù)制出來,并更名resources_cn.jar 3、雙擊打開resources_cn.jar(注意是打開而不是解壓出來),將下載的漢化包zh_CN目錄下的所有文件拖到剛才打開的resources_cn.jar文件內(nèi)的messages目錄中,并保存。 4、將resources_cn.jar文件復(fù)制回/Applications/RubyMine.app/Contents/lib
4. rubymine 編輯器代碼自動(dòng)縮進(jìn)設(shè)置
preferences(cmd + ,) -> Editor -> Code Style: Indents Dection -> detect and use existing file indents for sditing(檢測并使用現(xiàn)有的文件縮進(jìn)進(jìn)行編輯) 對號去掉
EditorConfig -> Enable EditorConfig support 對號去掉
根據(jù)代碼語言進(jìn)行縮進(jìn)設(shè)置: (TypeScript) Editor -> Code Style -> TypeScript -> Tabs and Indents
5. rubymine 顏色設(shè)置
整體風(fēng)格顏色(主題顏色)
preferences(cmd + ,) -> Editor -> Color Scheme -> Scheme: 選擇一款喜歡的主題 其中 default 主題是窗口是白色的,其他的有黑色的
正則表達(dá)式顏色
preferences(cmd + ,) -> Editor -> Color Scheme -> TypeScript -> Regular expression -> foreground
字符串轉(zhuǎn)義 顏色設(shè)置
preferences(cmd + ,) -> Editor -> Color Scheme -> TypeScript -> valid string escape -> foreground
1. 輸入行的背景色
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Caret row
2. 代碼編輯區(qū)背景色
preferences(cmd + ,) -> Editor -> Colors Scheme -> General -> Text -> Default test -> background
3. 行號字的顏色設(shè)置
preferences(cmd + ,) -> Editor -> Colors Scheme -> General -> Code -> Line number
行號背景色設(shè)置
preferences(cmd + ,) -> Editor -> Colors Scheme -> General -> Editor -> Gutter background
4. 鼠標(biāo)選擇區(qū)域前景色(字體顏色)
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Selection background
5. 鼠標(biāo)選擇的背景色
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Selection foreground
6. 字符串的顏色設(shè)置
preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> String -> String text -> Foreground 這是通用的設(shè)置,如果想某種語言字符串顏色特定 以ruby語言為例: preferences(cmd + ,) -> Editor -> Colors & Fonts -> Ruby -> String -> Foreground 如果勾選了 Use inherited attributes則會(huì)使用上面的設(shè)置,在這里也告訴了此處默認(rèn)的設(shè)置位置String -> String text of Language Defaults
7. HTML代碼
class= 顏色背景色設(shè)置 preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Markup -> Attribute -> Foreground 字體顏色, Background 背景色× 顏色背景色設(shè)置 preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Markup -> Entity -> Foreground 字體顏色, Background 背景色 < /> 顏色背景色設(shè)置 preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Markup -> Tag -> Foreground <顏色, Background 背景色
8.
div span 字體的顏色設(shè)置 preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Keyword -> Foreground沒有被任何符號包含(企業(yè)信息管理ds)的字體顏色 設(shè)置 preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Text -> Default text -> Foreground
9. 局部變量顏色設(shè)置
preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Identifiers -> Local variable -> Foreground 其他語言個(gè)性化設(shè)置(JavaScript): Editor -> Colors & Fonts -> JavaScript -> Local variable -> Foreground
10. 數(shù)字顏色設(shè)置
preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Number -> Foreground
11. 行注釋,塊注釋 顏色修改
preferences(cmd + ,) -> Editor -> Colors & Fonts -> Language Defaults -> Comments -> Line comment -> Foreground
12. git 新增行,修改行,刪除行 顏色標(biāo)記修改
2016版的:
git 新增行標(biāo)記顏色修改: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Gutter -> Added lines -> Backgroundgit 刪除行標(biāo)記顏色修改: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Gutter -> Deleted lines -> Backgroundgit 修改行標(biāo)記顏色修改: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Gutter -> modified lines -> Background
2017版的:
git 新增行標(biāo)記顏色修改: preferences(cmd + ,) -> Editor -> Colors Scheme -> VCS -> Editor Gutter -> Added lines -> Backgroundgit 刪除行標(biāo)記顏色修改: preferences(cmd + ,) -> Editor -> Colors Scheme -> VCS -> Editor Gutter -> Deleted lines -> Backgroundgit 修改行標(biāo)記顏色修改: preferences(cmd + ,) -> Editor -> Colors Scheme -> VCS -> Editor Gutter -> modified lines -> Background
13. git diff 彈窗 真實(shí)背景色
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Text -> Background in readonly file - Background
14. 編輯器 分隔線顏色設(shè)置
分隔線顏色設(shè)置: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Tear line -> Foreground選擇分隔線顏色設(shè)置: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Tear line selection -> Foreground右邊線顏色設(shè)置: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Right margin
15. 垂直縮進(jìn)線顏色設(shè)置
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Code -> Vertical indent guide -> Background
**16. 括號匹配顏色 **
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Code -> Matched brace -> Background
17. 鼠標(biāo)光標(biāo)顏色
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Editor -> Caret
**18. 折疊文本顏色 **
折疊文本三個(gè)點(diǎn)顏色:
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Text -> Fold text -> Foreground 2. 折疊文本背景色: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Text -> Fold text -> Background
19. 注入語言片段背景色修改
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Code -> Injected language fragment -> Background
20. 光標(biāo)定位變量一樣的 顏色
光標(biāo)在變量定義處: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Code -> Identifier under caret(write) -> Background變量一樣其他變量的背景色: preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Code -> Identifier under caret -> Background
21 export class EnterpriseListShowComponent implements OnInit {
export class keyword 關(guān)鍵字顏色設(shè)置 (JavaScript) Editor -> Colors & Fonts -> JavaScript -> Keyword -> Foreground 如果勾選了: Use inherited attributes ,則: Language Defaults -> Keyword類名字顏色設(shè)置 (JavaScript) Editor -> Colors & Fonts -> JavaScript -> Class -> Foreground 如果勾選了: Use inherited attributes : Language Defaults -> Classes -> Class name
22. 實(shí)例成員方法名顏色設(shè)置:
(JavaScript) Editor -> Colors & Fonts -> JavaScript -> Instance member function -> Foreground 如果勾選了: Use inherited attributes,則: Language Defaults -> Classes -> Instance method
23. 方法參數(shù)顏色設(shè)置 Parameter
方法參數(shù)顏色設(shè)置: (JavaScript) Editor -> Colors & Fonts -> JavaScript -> Parameter: Foreground, 字體顏色 Background, 背景色 如果勾選了: Use inherited attributes,則: Language Defaults -> Indentifiers -> Parameter
24.實(shí)例變量顏色,接口顏色
類實(shí)例變量顏色設(shè)置: (TypeScript)Editor -> Colors & Fonts -> TypeScript -> Instance member variable -> Foreground 如果勾選了: Use inherited attributes,則: JavaScript -> Instance member variable (通用) Editor -> Colors & Fonts -> Language Defaults -> Classes ->Instance field -> Foreground接口顏色設(shè)置: (TypeScript)Editor -> Colors & Fonts -> TypeScript -> Interface -> Foreground 如果勾選了: Use inherited attributes,則: Language Defaults -> Classes -> Interface name
25. 搜索結(jié)果的顏色背景色設(shè)置:
preferences(cmd + ,) -> Editor -> Colors & Fonts -> General -> Search Results -> Text search result 搜索結(jié)果字體顏色: Foreground ,搜索結(jié)果背景色: Background
6. 當(dāng)回車后,按刪除鍵后又回到了上一行,禁止
Smart Keys,這個(gè)選擇一下: preferences(cmd + ,) -> Editor -> General -> Smart Keys -> Backspace -> Unident: To nearest indent position Code Style,這里設(shè)置一下: Editor -> Code Style: EditorConfig -> Enable EditorConfig support把這里的對號去掉 根據(jù)編程語言進(jìn)行相應(yīng)設(shè)置: Editor -> Code Style -> TypeScript -> Tabs and Indents
7. Editor Tabs 編輯器標(biāo)簽頁設(shè)置,顯示正在編輯文件的路徑
https://www.jetbrains.com/help/ruby/2016.3/editor-tabs.html?search=editor%20tabs
顯示編輯文件的路徑: rubymine左上角 -> View -> navigation Bar , 前面打上對號。
8.工具欄顯示與隱藏
rubymine左上角 -> View -> Toolbar , 前面打上對號。
9.關(guān)閉rubymine代碼自動(dòng)保存功能
https://www.jetbrains.com/help/ruby/2016.3/saving-and-reverting-changes.html 在編輯TypeScript代碼的時(shí)候,由于自動(dòng)保存導(dǎo)致每寫一點(diǎn)代碼,服務(wù)都會(huì)從新編譯運(yùn)行,因此需要關(guān)閉自動(dòng)保存: preferences(cmd + ,) -> Appearance & Behavior -> System Settings -> Synchrogazation(同步): save file on frame deactivation(鼠標(biāo)光標(biāo)停止的時(shí)候保存文件,好像這么理解), 把這個(gè)前面的對號去掉,就可以在編輯時(shí)不會(huì)自動(dòng)保存了。 Synchronize file on frame or editor tab activation, 這個(gè)是否去掉暫時(shí)不知道,
12. 代碼折疊設(shè)置
https://www.jetbrains.com/help/ruby/2016.1/code-folding.html#using_folding_comments
preferences(cmd + ,) -> Editor -> General -> Code Folding: -> Show code folding outline: 這個(gè)打上對號,就會(huì)顯示代碼折疊的提示線。 -> Collapse by default: 這下面是默認(rèn)折疊的代碼塊的選項(xiàng),哪個(gè)不想默認(rèn)折疊把前面的對號去掉就可以了。
14. 編輯器代碼自動(dòng)換行
當(dāng)代碼一行太多的時(shí)候,如果不選擇軟換行,那么就會(huì)把編輯區(qū)右移,會(huì)很費(fèi)勁,這時(shí)可選擇軟換行,在下一行接著顯示這行的內(nèi)容。
preferences(cmd + ,) -> Editor -> General: Soft Wraps -> Use soft wraps in editor , 前面打上對號,就會(huì)自動(dòng)軟換行。
21. 代碼從新格式化格式設(shè)置
冒號后有一個(gè)空格,從新格式化設(shè)置: preferences(cmd + ,) -> Editor -> Code Style -> TypeScript -> Spaces -> After type reference colon’:'打上對號
22. 關(guān)閉TypeScript 自動(dòng)編譯
preferences(cmd + ,) -> Languages & Frameworks -> TypeScript: Compiler: Enable TypeScript Compiler 去掉前面的對號,就不會(huì)自動(dòng)編譯了。
23. 顯示/隱藏 編輯器中空格上的白點(diǎn)
preferences(cmd + ,) -> Editor -> General -> Appearance -> show whitespaces ,點(diǎn)擊選中或取消。
24. 顯示/隱藏 編輯器 代碼塊垂直線
preferences(cmd + ,) -> Editor -> General -> Appearance -> Vertical indent guide ,點(diǎn)擊選中或取消。
25. 顯示/隱藏 編輯器 行號
preferences(cmd + ,) -> Editor -> General -> Appearance -> show line numbers
2. 顯示/隱藏 編輯器 右邊距
preferences(cmd + ,) -> Editor -> General -> Appearance -> show right margin
編輯器標(biāo)簽的設(shè)置,由單行顯示變多行(打開的文件名):
preferences(cmd + ,) -> Editor -> General -> Editor Tabs: Tab Appearance -> Show tabs in single row(在單行顯示標(biāo)簽), 對號去掉。 Tab Closing Policy(選項(xiàng)卡關(guān)閉策略) -> Tab limit(選項(xiàng)卡限制) , 里面的數(shù)字改大一點(diǎn)
編輯過的文件名標(biāo)記星號,知道修改了什么文件
preferences(cmd + ,) -> Editor -> General -> Editor Tabs: Tab Appearance -> Mark modified tabs with asterisk (標(biāo)記修改過的標(biāo)簽為星號),打上對號。
柚子快報(bào)激活碼778899分享:前端 rubymine習(xí)慣設(shè)置
相關(guān)鏈接
本文內(nèi)容根據(jù)網(wǎng)絡(luò)資料整理,出于傳遞更多信息之目的,不代表金鑰匙跨境贊同其觀點(diǎn)和立場。
轉(zhuǎn)載請注明,如有侵權(quán),聯(lián)系刪除。