Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the general term for the IDE popup that shows you the members when you add the dot after its name?

I am writing an academic paper and I need to refer to a feature that exists in most IDEs for OO languages, where you type an objects name in the source code, add the dot, and something pops up and lets you pick members.

I am looking for a general (not IDE specific term, though I am also interested in knowing those), and that refers specifically to this functionality and popup rather than to all the support features (e.g., "Content assist" or something like that). The term should be distinguishable from the member list or outline views in most IDEs.

My paper is concerned with Eclipse and Java, but I am wondering if there is a well-accepted term.

like image 654
Uri Avatar asked Dec 06 '25 06:12

Uri


1 Answers

intellisense is the microsoft adopted name for what you are looking for :)

AutoComplete is the term that is used in other programs non-Microsoft property

like image 154
balexandre Avatar answered Dec 08 '25 00:12

balexandre



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!