vscode:: 마우스 휠스크롤 속도 / 감도 조절하기

 

 

 


setting >> "whell scroll"로 검색

 

- Editor는 .py 파일의 마우스 스크롤 속도를 조절

- Workbench는 .ipynb (notebook) 파일의 마우스 스크롤 속도를 조절.

 

개인적으로 x3배가 평상시 쓰는 속도와 비슷함 

 

 

 

 

 

 

 

마우스 스크롤이 윈도우 보다 1/2정도만 줄이 내려가는 것이 여간 귀찮은 것이 아니다.

새로운 PC에 vscode를 설치할 때면 매번 찾아서 설정하는 메뉴.

 

 

 

 

각자의 마우스 감도에 맞춰, 값을 설정하여 쓰자

"editor.mouseWheelScrollSensitivity": 3 , // 0.45 for 1 line, 0.9 for 2, 1.35 for 3 lines

 

 

 

 

 

 

 

https://stackoverflow.com/questions/45615529/how-to-set-the-number-of-lines-when-scrolling-with-the-mouse-in-vs-code

 

How to set the number of lines when scrolling with the mouse in VS Code?

In Visual Studio Code, how do I adjust the scrollable lines when scrolling with the mouse? It scrolls 8 lines, but I want it to scroll 3 lines only.

stackoverflow.com

 

 

 

 

_

반응형