- Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature RequestLanguage ServiceWorks in VSSo we'd need to fix it for VS Code to reach parity.So we'd need to fix it for VS Code to reach parity.
Milestone
Description
Type: LanguageService
I was recently exposed to an IDE which displays the size of a type (also structs and classes) or variable when hovering over the semantic object. So basically it just shows the number sizeof(type) would give you. It proved to be very handy when optimizing for memory usage and working with bit fields.
Here is a simple mock-up I made:

I was originally trying to implement such a feature as a standalone extension but came to the conclusion that this would probably need to be included into cpptools itself.
Also thank you for working on this awesome extension!
KaungZawHtet, Link1J, kerim371, barisdemiroz, coffeecup-winner and 42 moreKaungZawHtet, kerim371, joshabb, DolphinIQ, psplawski and 2 morejoshabb and DolphinIQ
Metadata
Metadata
Assignees
Labels
Feature RequestLanguage ServiceWorks in VSSo we'd need to fix it for VS Code to reach parity.So we'd need to fix it for VS Code to reach parity.