Would like to be able to use Build Analyzer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-25 5:15 AM - edited 2024-07-25 5: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.
Solved! Go to Solution.
- Labels:
-
VSCode for STM32
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-07 2:11 AM
Update: Build analyzer will come during 2025 Q1/Q2. It works internally already.
But due to architectural changes and legal constraints we cannot deploy it yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-25 5:40 AM - edited 2024-07-25 5: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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-25 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-10-09 11:09 PM
Hi!
I also lack this functionality a lot in VS Code.
Any news regarding recommended extensions etc?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-07 2:11 AM
Update: Build analyzer will come during 2025 Q1/Q2. It works internally already.
But due to architectural changes and legal constraints we cannot deploy it yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-07 2:26 AM
Thank you so much for your efforts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-09 7:17 AM
At the moment I have this. What do you think?
