Command Palette
<!-- --------Before Creating a New Issue-----------
* Limit report to a single issue.
* Search the issue tracker to verify the issue has not already been reported.
* Complete all instructions between `template markers <>.
* Keep report contents limited to the necessary information required to fix the issue.
---------Add your issue details below----------- -->
# Description
<!-- What is the current behavior and what is the expected behavior? -->
<!-- If the issue is visual/graphical, please attach screenshots of the problem. -->
Modern IDEs and text editors etc. allow interfacing with a command-line type interface, accessible through Ctrl+Shift+P/Cmd+Shift+P shortcuts. This could be a good addition to KiCad for power users.
# Steps to reproduce
1. Open e.g. Atom, VS Code, Sublime Text et al.
2. Ctrl+Shift+P
3. Type in commands
# KiCad Version
<!-- Copy version information (from main menu Help->About KiCad ->Copy Version Info) and paste it between the triple backticks below to preserve the formatting. -->
```
Application: KiCad
Version: (5.99.0-8533-g07d4a28024), release build
Libraries:
wxWidgets 3.1.4
libcurl/7.74.0-DEV Schannel zlib/1.2.11
Platform: Windows 10 (build 19042), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
Date: Jan 20 2021 18:01:48
wxWidgets: 3.1.4 (wchar_t,STL containers)
Boost: 1.74.0
OCC: 7.4.0
Curl: 7.74.0-DEV
ngspice: 32
Compiler: Visual C++ 1928 without C++ ABI
Build settings:
KICAD_SCRIPTING=OFF
KICAD_SCRIPTING_MODULES=OFF
KICAD_SCRIPTING_PYTHON3=OFF
KICAD_SCRIPTING_WXPYTHON=OFF
KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
KICAD_SCRIPTING_ACTION_MENU=OFF
KICAD_USE_OCC=ON
KICAD_SPICE=ON
```
issue