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.
- Creating Your First Plugin
- Extending the Workbench
- Extending the Greeter
- Extending the Editor
- Symbols and Semantic Analysis
- Extending the Build Pipeline
- Processes and Containers
- Extending the Device Manager
- Extending the Run Manager
- Registering Keybindings
- Integrating Language Servers
- Extending Project Search
- Extending Application Menus
- Registering Application Preferences
- Creating and Performing Transfers
- Managing Worker Processes
- Integrating Version Control