Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Programmers ExtensionNew to Visual Studio Code? Get it now.
Programmers Extension

Programmers Extension

Taekhyeon Lee

|
157 installs
| (0) | Free
VScode extension for easy import&export for Programmers code test.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

programmers-extension

소개 / Features

프로그래머스에서 코드 테스트 문제를 쉽게 vscode 에디터로 불러오고 내보내는 extension 입니다.

VScode extension for easy import&export for Programmers code test.

사용 방법 / How to use

  1. 프로그래머스에서 문제 링크 복사.

    Copy link of problem page of Programmers.

  2. VScode 에서 비어있는 코드 파일 생성. ( ex: solution.java 만들기)

    Make new empty code file in VScode. (ex : Make solution.java )

  3. Ctrl+Shift+P로 커맨드 프롬프트 띄우고, import the problem from Programmers 입력.

    In command prompt (Ctrl+Shift+P) execute import the problem from Programmers.

    mp4_3

  4. 프로그래머스 문제 링크 붙여넣고 실행.

    Paste problem link and execute.

  5. VScode 에서 문제 풀기

    Solve it in VScode

  6. Ctrl+Shift+P로 커맨드 프롬프트 띄우고, export my code to clipboard 입력. (클립보드에 풀이 저장됨.)

    In command prompt (Ctrl+Shift+P) execute export my code to clipboard. (your solution is sotred in clipboard.)

    mp4_6

  7. 프로그래머스에 코드 붙여넣고 제출.

    Paste your code in Programmers and submit.

현재 지원하는 언어 / Supported language

  • Java
  • Python
  • Javascript

Requirements

No other extension is required.

Release Notes

[1.0.3] - 2023-11-18

  • fixed error : tables in examples is misreaded as test cases.

[1.0.2] - 2023-10-13

  • fix error (importing java code for array answer)

[1.0.1] - 2023-10-12

  • fix error for importing string tast case.

[1.0.0] - 2023-10-11

  • Initial release.

GitHub repository

github source code


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft