EugenWiens / vscode-bitbake

Bitbake language support for Visual Studio Code- This Remo is deprecated, please use following fork
https://github.com/savoirfairelinux/vscode-bitbake/
Other
22 stars 10 forks source link

jumper to bbclass #35

Open worstkid92 opened 3 years ago

worstkid92 commented 3 years ago

now we have inherit + bbclass prediction. I wonder can we add a feature like ctrl+click on the inherit "kernel" and jump to kernel.bbclass?

EugenWiens commented 3 years ago

Hi, thank you for contacting me. Normally that should work, the problem is that parsing is broken since 2 years and I have no time to maintain this plugin.

Sorry

worstkid92 commented 3 years ago

Hi, thank you for contacting me. Normally that should work, the problem is that parsing is broken since 2 years and I have no time to maintain this plugin.

Sorry

Hello, could you please tell me where i can find the code of parsing or functions,maybe i can fix this. Maybe i can help with maintaining this plugin. this plugin is really helpful for bitbake development

EugenWiens commented 3 years ago

The class BitBakeProjectScanner does the work to scan the project. When the lists are filled, it is possible to get suggestions on CTRL+Click