Conceptninjas is a Visual Studio Code extension designed to help you conduct and participate in coding round interviews efficiently — right inside VS Code.
🚀 Features
🧩 Coding Round Test Environment:
Create and manage coding interview sessions seamlessly.
💻 Candidate Mode:
Allows candidates to write, run, and submit code directly in the editor.
🧑💼 Interviewer Mode:
Interviewers can set up problems, view submissions, and evaluate performance.
📊 Automatic Test Execution:
Run predefined test cases and view real-time results.
💬 Built-in Communication Support (Optional):
Enables question clarification or hints during the test.
🧰 How to Use
Open Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
Run the command:
Conceptninjas: Start Interview Session
Choose a mode (Candidate / Interviewer).
Follow the on-screen prompts to start a coding round.
🧑💻 Example Workflow
Interviewer sets a coding question and test cases.
Candidate joins the session and writes code in the integrated editor.
The code runs automatically against test cases.
Interviewer reviews results and provides feedback.
⚙️ Requirements
Visual Studio Code version 1.80.0 or higher.
Node.js (if your extension requires runtime scripts).
🧱 Extension Settings
This extension contributes the following commands:
conceptninjas.startSession — Start a new coding round session.
conceptninjas.joinSession — Join an existing session.
conceptninjas.runTests — Run code against defined test cases.
🧪 Known Issues
UI layout might vary slightly between themes.
Test execution may depend on system language/runtime setup.
🗓️ Release Notes
0.0.1
Initial release of Conceptninjas 🎉
Added core functionality for coding round setup and test execution.
🧡 Feedback
Have suggestions or found a bug?
Open an issue or contact the author directly to help improve Conceptninjas.