How to create custom commands in VSCode?

前端 未结 2 1335
佛祖请我去吃肉
佛祖请我去吃肉 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:39

    A few marketplace extensions may be of interest:

    • Script Commands by Marcel J. Kloubert
    • multi-command by ryuta46

    However in general, you'll need to write an extension to do anything complex.

    There's also a VS Code issue tracking support for built-in macros

提交回复
热议问题