Highlight .bb
/.bbappend
/.bbclass
/.inc
files in JetBrains IDEs to make working with BitBake-based projects (like
anything based on Yocto Project) easier.
The easiest way is to just install the plugin from the official JetBrains Marketplace:
Or you can download the latest release and install it in your favourite JetBrains IDE like this:
File ➜ Settings... ➜ Plugins ➜ ⚙️ Gear Button (Manage Repositories, Configure Proxy or Install Plugin from Disk) ➜
Install Plugin from Disk...
If you have Git, Gradle and Java installed, just use the following command to build the plugin:
gradle build -Pversion=$(git describe --dirty --tags --always)
The installable .zip
file of the plugin can then be found in build/distributions
.