Bug 568799 - Autocomplete doesn't complete __func__
Summary: Autocomplete doesn't complete __func__
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 9.11.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-13 10:50 EST by soman namos CLA
Modified: 2020-11-13 10:50 EST (History)
2 users (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 2020-11-13 10:50:33 EST
Autocomplete doesn't complete __func__ which is standard C++ feature which works like __FUNC__ macro.
https://en.cppreference.com/w/c/language/function_definition#func