REACT_편집기(또는 모든 편집기)를 사용하여 VSCode 설정
브라우저의 오류를 누르면 편집기의 코드 줄로 바로 이동할 수 있습니다!하지만 편집기를 설정해야 합니다. 그렇지 않으면 아래의 오류를 볼 수 있습니다.
콘솔 오류:
Could not open SomeFile.js in the editor.
To set up the editor integration, add something like
REACT_EDITOR=atom to the .env.local file in your project
folder and restart the development server.
Learn more: https://goo.gl/MMTaZt
그렇다면 REACT\u 편집기를 사용하여 VSCode를 설정하는 방법은 무엇입니까?1단계) 편집기를 터미널에서 열도록 설정
VSCode의 경우 명령 트레이(명령 키 + P)를 열고 를 입력합니다.
Continue Reading
Reference
이 문제에 관하여(REACT_편집기(또는 모든 편집기)를 사용하여 VSCode 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/thebox193/setup-vscode-with-reacteditor-or-any-editor-39nc텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)