Bug 526527 - [Feature request] [Content assist] Append enum value to the name in autocompletion window.
Summary: [Feature request] [Content assist] Append enum value to the name in autocompl...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-26 12:28 EDT by soman namos CLA
Modified: 2020-09-04 15:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soman namos CLA 2017-10-26 12:28:28 EDT
Sometimes it's useful when you start typing enum member and Content assist is activated to see what value has the enum member you're typing now. Popup window of autocompletion should show not just enum name but its value, for example

we have enum class Color {Blue, Black, Red = 5};
and content assist should show
'Red: 5' instead of just 'Red'.