The code editor available in the HackerRank Tests has an intellisense-like-autocomplete feature similar to what is found in modern editors such as Eclipse or Visual Studio. While typing code in HackerRank Tests, this feature allows Candidates to speed up their coding and reduces the keyboard input time using auto-completion syntax popups. It also hints at any syntax errors beforehand and saves the Candidates' time involved in fixing compilation issues.
Click here to know about the auto-complete capability in the IDE for Front-end, Back-end, and Full-stack project type Questions.
Code auto-complete for Coding Questions
The auto-complete feature automatically gets triggered at specific syntax points when you are coding in C, C++, Java7, PHP, Python 2, Ruby, JavaScript, Nodejs, Go, Python 3, Java8, or C++ 14.
For example, while coding in Python, when you type Sys. , you will see the different syntax suggestions in the auto-complete popup menu as shown below. You can choose from the available suggestions and adopt it by typing the Tab or Enter key.
With auto-complete enabled the editor identifies and underlines incorrect syntax which can result in compilation errors. Hover your mouse over the code, and a tool-tip describes the error. You can fix these errors early and save time in your Test.
Enabling/Disabling Auto-complete
In your coding Tests, click the icon and Enable/Disable the auto-complete feature as required. While typing your code in the editor:
- Press CTRL + Space key to trigger the auto-complete popup menu manually.
- Press the Esc key to ignore the popup menu suggestions.
Note: The code auto-completion capability is available in your HackerRank coding Tests only if it is permitted by your test setter.
Code auto-complete in the IDE for Front-end, Back-end and Full-stack project type Questions
In the IDE, press CTRL + SPACE to trigger the auto-complete popup menu, and press TAB to add the top suggestion.
Comments
2 comments
Code auto-complete works fine in all langages except for Java (7 and 8), there is no Intellisense feature in settings also Ctrl+Space doesn't give any suggestion.
I guess I should submit a ticket or something... earlier today, my intellisense stopped working... or, it will work for a bit, then quit. I have tried three separate browsers. Google Chrome is my main one, then I tried Firefox, and the illustrious Edge, but they ALL act the same way.

I am using C#, BTW;
Troubleshooting Techniques
Reboot machine (even tried a total shut-down, unplug and restart)Open a new Challenge
Open a new Challenge
Open a new Challenge
FWIW
I am on a Windows 10 Pro machine that is as up-to-date as I can be, I believe;
Please sign in to leave a comment.