android studio ctrl + space는 문서 창을 엽니 다.
Android Studio를 최신 버전으로 업데이트했지만 이제 CTRL+를 사용 SPACE하여 자동 완성 / 제안을 호출 하면 제안 상자가 열리지 만 문서 창이 열립니다.
누구든지 이것을 경험하고 문서 창 열기를 비활성화하는 방법을 알고 있습니까?
Ctrl-Q는 문서 창 상태를 전환합니다 (기본 키맵 사용시).
가능한 상태는 다음과 같습니다.
-Hidden
-Shown to the side of the auto-complete list
-Docked as one of the tabs
다른 키맵이있는 경우 설정-> 키맵에서이 작업을 검색 할 수 있습니다. 이 작업을 "빠른 문서"라고합니다.
OSX에서 Android Studio 0.8.1을 사용하고 있으며 동일한 짜증나는 동작을 경험했습니다.
@ daniel-gabriel의 대답은 제가 찾고있는 것이 아니 었습니다.
더 나은 해결책은 Preferences > IDE Settings section > Editor > Code Completion(에있는 AS 1.2.2에서 Preferences->Editor->General) 로 이동하여 (ms)에서 자동 팝업 문서 옵션을 선택 해제하는 것 같습니다.

Ubuntu 14.04의 경우 : 파일> 설정> 편집기> 일반> 코드 완성
그리고 Autopopup Documentation 을 선택 해제 하면 숨겨집니다.
대한 Windwos && 리눅스 (우분투) :
File > Settings > Editor > General > Code Completion
대한 맥 :
Android Studio > Preferences > Editor > General > Code Completion
1. unChecked : AutoPopup 문서 (CodeCompletion)
2. unChecked : AutoPopup (in Parameter Info)
Mac OSX에서 문서 창을 자동 숨기기 팝업으로 복원하려면 팝업 창 기어 아이콘에서 팝업 창 도구 모음을 선택 상태로 전환 한 다음 문서 창 도구 모음에서 "팝업 복원"아이콘을 클릭합니다.
I prefer the quicker solutions...
Press Ctrl + Space and let the "Documentation" window pop-up. 1) Click on the Settings icon and uncheck all the options except "Docked Mode". 2) Now push documentation window to the right, so as to make it invisible. With this even though with press of "Ctrl + Space", internally command will pass to open the Documentation Window but it will not be visible and interfere with the workspace.
I hope that helps. Happy Coding...
참고URL : https://stackoverflow.com/questions/18155182/android-studio-ctrl-space-opens-documentation-window
'programing tip' 카테고리의 다른 글
| EnableEurekaClient와 EnableDiscoveryClient의 차이점은 무엇입니까? (0) | 2020.09.19 |
|---|---|
| Java에서 지역 변수가 스레드로부터 안전한 이유 (0) | 2020.09.19 |
| C ++의 일반 포인터와 비교하여 스마트 포인터의 오버 헤드는 얼마입니까? (0) | 2020.09.18 |
| Javascript ES6 / ES5 배열에서 찾기 및 변경 (0) | 2020.09.18 |
| CentOS 7.2에서 yum으로 gcc 5.3을 설치하는 방법은 무엇입니까? (0) | 2020.09.18 |

