.. _creating_plugins:

##########
Extensions
##########

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

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

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

