Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Programming Languages>BitBakeNew to Visual Studio Code? Get it now.

BitBake

MicroHobby

|
21 installs
| (0) | Free
BitBake language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BitBake recipe language support for VS Code

Features

Syntax highlighting

Acknowledgements:

  • Syntax derived from https://github.com/mholo65/vscode-bitbake, which is licensed under the MIT License.

Context-based suggestions

CTRL+SPACE may be used to provide suggestions. For example, typing inherit and pressing CTRL+SPACE provides the suggestion inherit kernel. Suggestions are context-based, only providing suggestions that apply to your specific layer configuration.

The following suggestions are currently supported:

  • Keywords inherit, require, include and export

  • Context-based suggestions for keywords inherit, require and include (provided by language-server)

  • Context-based suggestions for all symbols within the include hierarchy

Go to definition

CTRL and click may be used to open the file associated with a class, inc-file, recipe or variable. If more than one definition exists, a list of definitions is provided.

The go to definition feature currently behaves as follows:

Definition Targets
class or inc-file file
recipe recipe definition and all bbappends
symbol all symbols within the include hierarchy

Acknowledgements

Forked from https://github.com/EugenWiens/vscode-bitbake which is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft