HackerRank's editor has an auto-complete feature similar to what is found in modern editors such as Eclipse or Visual Studio. The auto-complete automatically gets triggered for languages such as Java and C# at the specific syntax points. 

Example: When you type a full stop (.) in System.out.

You can also trigger it manually at any time by using the combination of CTRL and Space key.