프로그래머스에서 코드 테스트 문제를 쉽게 vscode 에디터로 불러오고 내보내는 extension 입니다.
VScode extension for easy import&export for Programmers code test.
-
프로그래머스에서 문제 링크 복사.
Copy link of problem page of Programmers.
-
VScode 에서 비어있는 코드 파일 생성. ( ex:
solution.java
만들기)Make new empty code file in VScode. (ex : Make
solution.java
) -
Ctrl+Shift+P
로 커맨드 프롬프트 띄우고,import the problem from Programmers
입력.In command prompt (
Ctrl+Shift+P
) executeimport the problem from Programmers
. -
프로그래머스 문제 링크 붙여넣고 실행.
Paste problem link and execute.
-
VScode 에서 문제 풀기
Solve it in VScode
-
Ctrl+Shift+P
로 커맨드 프롬프트 띄우고,export my code to clipboard
입력. (클립보드에 풀이 저장됨.)In command prompt (
Ctrl+Shift+P
) executeexport my code to clipboard
. (your solution is sotred in clipboard.) -
프로그래머스에 코드 붙여넣고 제출.
Paste your code in Programmers and submit.
- Java
- Python
- Javascript
No other extension is required.
- fixed error : tables in examples is misreaded as test cases.
- fix error (importing java code for array answer)
- fix error for importing string tast case.
- Initial release.