九. 邊欄工具 瀏覽器工具 SideBarEnhancements


第一步,使用Package Control 安裝.

第二步,因為F12是sublime goto_definition的快捷鍵,產生了沖突,所以需要配置keybindings-user 文件,這個user文件會跳轉到系統的keybindings-user.(不過最終我沒使用默認的f12,修改過為f3)

    { "keys": ["f3"],
            "command": "side_bar_open_in_browser" ,
            "args":{"paths":[], "type":"testing", "browser":"safari"}
    },
        
    { "keys": ["f4"],
        "command": "side_bar_open_in_browser",
        "args":{"paths":[], "type":"production", "browser":"chrome"}
    },
    {
        "keys": ["ctrl+t"],
        "command": "side_bar_new_file2"
    },
    {
        "keys": ["f2"],
        "command": "side_bar_rename"
    },

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM