미니맵에서 Visual Studio Code 하이라이트 선택(스크롤바 아님) (Visual Studio Code highlight selection on minimap (not scrollbar))


문제 설명

미니맵에서 Visual Studio Code 하이라이트 선택(스크롤바 아님) (Visual Studio Code highlight selection on minimap (not scrollbar))

편집기에서 단어를 더블 클릭할 때 vsc의 미니맵에서 모든 일치 위치를 강조 표시하는 방법이 있습니까?

미니맵에서 하이라이트를 선택하지만 미니맵 대신 스크롤바에서 하이라이트를 그림 1과 같이 렌더링합니다. .

내 요구 사항을 달성하는 방법을 아는 사람이 있습니까? 감사합니다!

RockMargin(그림 2).

여기에 이미지 설명 입력 그림 1.

 여기에 이미지 설명 입력 그림 2.

업데이트: 확장 미니맵에서 하이라이트 선택의 작성자는 현재 미니맵 렌더링을 편집할 수 없다고 답했습니다( 202004).앞으로 실현될 수 있기를 T_T.

com/sHtgX.png" rel="nofollow noreferrer">여기에 이미지 설명 입력 그림 2.

업데이트: 확장 미니맵에서 하이라이트 선택 작성자가 현재(202004) 미니맵 렌더링을 편집할 수 없다고 답변했습니다. 향후 실현될 수 있기를 바랍니다.

com/sHtgX.png" rel="nofollow noreferrer">여기에 이미지 설명 입력 그림 2.

업데이트: 확장 미니맵에서 하이라이트 선택 작성자가 현재(202004) 미니맵 렌더링을 편집할 수 없다고 답변했습니다. 향후 실현될 수 있기를 바랍니다.


참조 솔루션

방법 1:

This is the one you are looking for:

"minimap.selectionOccurrenceHighlight": "#ff0000",

You can try these in your colorCustomiztions in settings.json:

"workbench.colorCustomizations": {

  "minimap.selectionOccurrenceHighlight": "#ff0000",

  "minimap.selectionHighlight": "#bbff00",
  "minimap.findMatchHighlight": "#ff0000",
  "minimap.warningHighlight": "#ff0000"
}

Definitely reload vscode after making any changes to colorCustomiztions. I get some funky behaviour if I don't do that.

(by doufuMark)

참조 문서

  1. Visual Studio Code highlight selection on minimap (not scrollbar) (CC BY‑SA 2.5/3.0/4.0)

#visual-studio-code #highlight #scrollbar #selection






관련 질문

TypeScript, VSCode: vscode의 내부 버전으로 전환할 때 keyof 유형이 예상대로 작동하지 않습니다. (TypeScript, VSCode: keyof type not working as expected when switching to insider version of vscode)

Visual Studio Code가 이상하게 작동합니다. (Visual Studio Code acts weird)

거짓 긍정 "연결할 수 없는 코드가 감지되었습니다.ts(7027)"? (False positive "Unreachable code detected.ts(7027)"?)

미니맵에서 Visual Studio Code 하이라이트 선택(스크롤바 아님) (Visual Studio Code highlight selection on minimap (not scrollbar))

소품과 값 사이에 공백을 적용하기 위한 Sass linting 규칙이 VS Code에서 잘못 작동합니까? (Is the Sass linting rule for enforcing a space between the prop and value working incorrectly with VS Code?)

VSCode(Mac) 2020의 C++ std_lib_facilities.h 파일 (C++ std_lib_facilities.h file in VSCode (Mac) 2020)

pytest를 사용하여 VSCODE에서 python 테스트 설정 문제 (Issues setting up python testing in VSCODE using pytest)

Coderunner 문제 Mac (Coderunner issues Mac)

디버깅 작업 전환을 위한 VisualStudio Code 바로 가기 키 (VisualStudio Code shortcut key for switching debugging task)

vs 코드에서 PHP 자동 완성이 작동하지 않습니다 (PHP auto complete in vs code doesn't work)

VSCode powershell 함수 서명 인텔리센스 제안 (VSCode powershell function signature intellisense suggestions)

iPython 셸에서 인라인으로 플롯할 수 없음(터미널 및 VScode 터미널 창) (Can't plot inline in iPython shell (Terminal and VScode terminal window))







코멘트