context editor

When I type the name of an object in the editor, and a list appears that shows the different methods and properties belonging to that object. What is that list or feature called?


Also, in the list, there are squares on the left of the list, some are green with the letter V in them, and others are blue with the letter M in them. What do those stand for?

Accepted Answer

That feature is called code completion.


The squares indicate the type of the symbol, V for variable, M for method, C for class, P for property, etc.

context editor
 
 
Q