.. _creating_plugins:

#######
Plugins
#######

The following provides examples of various ways you can extend Builder.
All examples are provided in the Python 3 language for succinctness.
You can also implement plugins in C or Vala.

.. toctree::
   :maxdepth: 3
   :titlesonly:

   creating
   workbench/index
   greeter
   editor/index
   symbols/index
   building/index
   processes/index
   devices
   running
   keybindings
   langserv
   search
   menus
   preferences
   transfers
   workers
   vcs

