Emmet - Notepad++ “Unknown exception”

前端 未结 4 1576
南笙
南笙 2020-12-25 15:00

Every time I\'m trying to use Emmet\'s Expand Abbreviation it gives me errors. First a pop up with Unknown Exception and then another pop up with python s

4条回答
  •  情歌与酒
    2020-12-25 15:51

    Check to see if it might be just the shortcut keys that aren't working by going to menuBar>plugins>emmet>expandAbbreviation. If clicking on that works after typing in some emmet syntax, but not when you type the shortcut key, reassign the shortcut keys. Here's what I did:

    Look specifically at menuBar>settings>shortcutMapper

    under Main Menu-> "Insert Blank Line Above Current"

    and see that ctrl+alt+enter is already assigned there.

    Change that to something else (I did ctrl+alt+up), and you'll see that your shortcut keys are working for emmet.

提交回复
热议问题