How to create custom commands in VSCode?

前端 未结 2 1351
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-17 23:57

In Emacs, I can create functions in Lisp language and place them in .emacs file. Those function will become commands that can be called from the editor or bound

2条回答
  •  时光取名叫无心
    2021-01-18 00:25

    There's Power Tools by e.GO:digital. It has support for custom commands and event triggers (ie. on file changed), among other things.

提交回复
热议问题