본문 바로가기
반응형

Developer/개발툴6

안드로이드 스튜디오 원격 디버깅 / wifi 디버깅 / 무선 디버깅 제 Windows 에 설치된 안드로이드 스튜디오 버전은 현재 저거네요 위 버전 이후 면 java 환경설정, sdk 따로 설치 이런 작업이 필요 없습니다. 작업 순서는 1. usb 디버깅 허용된 장비 연결 2. adb 에 포트 사용 및 연결 입니다. 1. 장비 연결 후 wifi 정보에서 Ip 확인합니다. 2. tools > sdkManager 열면 Android SDK Location 이 나옵니다. 경로 복사하시고 저는 아래같이 나오네요 .. 관리자로 cmd 열어서 cd "C:\Users\\AppData\Local\Android\Sdk\platform-tools" 이동후 > adb tcpip 5555 실행 - 5555 - restarting in TCP mode port : 5555 라고 회신 줍니다 > .. 2022. 1. 28.
subllime 협업시 작업중인 파일 변경 알림 코딩 잘하는 퍼블리셔와 함께 일하는 중이다. 그녀가 서브라임을 사용하는데 가끔 에디트플러스를 사용하는 나와 파일 수정시 나는 변경즉시 바로 reload 가 떠서 적용하는데 서브라임에서는 안뜨는거 같았다 ..ㅡ,ㅡ; 정확히 그 화면을 모른다. 암튼 그래서 웹서핑을 해보니 아래와 같은 설정으로 해결이 되는거 같아 남겨본다. Preferences -> Settings - Default is not intended to be modified. You should use Preferences -> Settings - User instead, to override the default settings. It will start as a blank file, so ensure it is a valid JSON dic.. 2018. 3. 12.
VS code shortcut / 비쥬얼 스튜디오 코드 / 단축키 닷넷을 해야 할거 같아서 VS Code 를 셋팅 해봤다. 3초 기억력이라 설치와 단축키 유용한 것들 정리해 본다. 1. 멀티라인 수정 a. 멀티라인 선택 Ctrl++Alt 와 방향키를 함께 써서 문단을 선택 혹은 +Alt 와 마우스 클릭으로 수정할 자리 선택 후 b. 커서 추가 혹은 Ctrl+Alt 와 화살표키로 수정할 자리 선택 Alt + 클릭으로 수정할 자리 선택 c. . 문자열로 선택 Ctrl++L. 2. intelliSense 자동완성 Ctrl +Space 3. Line Actions 라인액션 a. move : alt+ 방향키 b. copy : shift + alt+ 방향키 c. Delete : ctrl +shift + k d. 주석 처리 : ctrl +/ 4. Rename Refactoring .. 2018. 1. 25.
Atom Bookmarks keyBindings Bookmarks package Bookmark lines in the editor.KeybindingsMaccmd-f2 to add/remove a bookmark on the current linecmd-shift-f2 to remove all bookmarks in the current editorctrl-f2 to view all the bookmarksf2 to move the cursor to the next bookmarkshift-f2 to move the cursor to the previous bookmark.Windowsalt-ctrl-f2 to add/remove a bookmark on the current linectrl-shift-f2 to remove all bookmarks.. 2016. 9. 20.
반응형