Skip to content
English
  • There are no suggestions because the search field is empty.

Visual Studio Code IDE

HackerEarth has integrated Visual Studio Code within the platform for all project  questions.

HackerEarth has integrated Visual Studio Code within the platform for all project questions with pre-defined frameworks, offering the following detailed features:

rule-engine (2)

S.No Name Description
1 Menu bar

This indicates the menu bar of Visual Studio code containing Run, preview, terminal, etc. 

2
  1. Explorer
  2. Search
  3. EchoAPI IDE extension
  1. Explorer contains the problem's folder structure.
  2. Search indicates the search bar
  3. We have integrated EchoAPI IDE into the platform, which can be used to check API requests. This extension provides an easy-to-use interface for making HTTP requests, viewing responses, and debugging APIs directly within the IDE.
3 Folder structure This indicates the project's folder structure. A robust search feature helps users quickly find files within the given folder structure, enhancing navigation and making it easier to manage and locate project files efficiently.
4 Terminal Candidates can open and use multiple terminals simultaneously, allowing for multitasking and efficient workflow management within the IDE.
5
  1. Question

  2. Facing IDE issues?

  1. The question tab helps the candidate view the problem statement on the left-hand side during their coding session without needing the candidate to move across another tab.

  2. When a candidate is facing some issues with the IDE due to bad internet connections, they can click on this button to reload the IDE instance. This will not clear/remove the code that is already written by the candidate. The code gets saved and retrieved immediately from where they left off in the IDE.

6
  1. Show last submission
  2. Run code
  3. Submit code
  1. This shows the last submissions done by the candidates.

  2. The run code button executes the sample tests in the project. These tests are not score-based, but they help the candidate get used to the platform and understand the style of test cases written by the author, for which they can then provide their solution.
  3. The submit code button executes the main/actual set of test cases in the project. The main test cases are hidden from the candidate while taking a test. These test cases are the ones for which the candidate will be assessed/scored.
Clicking only Run Code does not save a submission for the candidate. To save a submission, they must click on Submit Code.