Enum Counter for CPPThis extension simply parses the enum values in c++ headers file and show when the mouse hovers over the enum. Due to not relying on intellisense, when opening large cpp files, it can show enum Value faster than intellisense. FeaturesShow the enum values even if the enum have been specified certain number. As picture shown below, it will pop up a window showing the enum values. Support custom specific config in Vscode Settings.
Support custom command below, which can find certain Enum Member in cursor scope of enum.
RequirementsNone. Extension SettingsNone. Author
Known IssuesLook at the Issue page for more information Release NotesRelease notes 0.0.1[New] First release of this extension. 0.0.2[New] Add Color for number [Fix] Enum assign values from other Enum 0.0.5[New] Add Icon 0.0.6[New] Support for value assign with bit operation 0.0.7[Fix] Bug fixes for enum assignments comes with comments. 0.0.8[New] Support custom specific config in Vscode Settings.
[New] Support custom command below, which can find certain Enum Member in cursor scope of enum. 0.0.9[Fix] Bug fixes for last enum non-assign values parsing Error 0.0.14[Optimization] Optimize install & launch time Enjoy! |