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