美文网首页Other
[IDE] Emmet安装

[IDE] Emmet安装

作者: 何幻 | 来源:发表于2016-03-05 08:07 被阅读25次

    (1)安装Notepad++

    (2)下载PythonScript插件

    http://sourceforge.net/projects/npppythonscript/files
    

    (3)安装到Notepad++根目录

    C:\Program Files (x86)\Notepad++
    

    (4)下载Emmet

    https://github.com/emmetio/npp 
    

    (5)解压到Notepad++的plugins目录

    /plugins/EmmetNPP/*.*
    /plugins/EmmetNPP.dll
    

    注:
    (1)使用Notepad++的PluginManager也是可以安装Emmet,同时安装PythonScript依赖项。
    但是,结果不可用。
    提示:“Unknown exception”,“python script plugin did not accept the script
    (2)Expand abbreviation默认快捷键是Ctrl+Alt+Enter
    通过以下方法修改快捷键为Tab

    Settings -> Shortcut Mapper -> Plugin Command ->
    把Expand abbreviation对应的快捷键,修改为Tab
    

    相关文章

      网友评论

        本文标题:[IDE] Emmet安装

        本文链接:https://www.haomeiwen.com/subject/pkynkttx.html