2024-07-25 05:15 AM - edited 2024-07-25 05:16 AM
I hope to use the same Build Analyzer in VSCode as in the IDE, which allows developers to more clearly see the use of flash and memory. I have tried to use GPT to write a plugin, but the effect is not good, and I don't understand the JS language well, so it is difficult to develop it by myself.
My mother tongue is not English, please forgive me if it is not easy to understand.
2024-07-25 05:40 AM - edited 2024-07-25 05:41 AM
If you want to convince (or sponsor) someone to make this tool for VS Code - you're welcome! A good idea.
(but most likely it already exists, because it is based on well known format of linker .map file, maybe .ld files too).
2024-07-25 06:07 AM
Yes, it parses the map file format, but I haven't found anything like it in the extension marketplace, nor any relevant content through search engines. Perhaps reverse-engineering the official Java plugin could be an option, but I haven't learned Java yet either.
2024-10-09 11:09 PM
Hi!
I also lack this functionality a lot in VS Code.
Any news regarding recommended extensions etc?
Thanks
2024-10-10 12:45 AM
I don't have any new information.
Perhaps there are fewer people using VS Code for this specific purpose.
2024-12-17 10:48 AM
Hi! I started using VSCode as an alternative to CubeIDE and came across this topic while looking for a build analyzer for VSCode. I’m young and inexperienced, so the idea of creating my own plugin for VSCode doesn’t scare me yet. Were you able to achieve much? Maybe I don’t need to start from scratch?
2024-12-17 12:11 PM
Just use CubeIDE or other IDE that has the analyzer ready, and be happy?
> Maybe I don’t need to start from scratch?
A lot of open-source VS code extensions exist, one can peruse any of these for a prototype.