browser-source-provider 제작자: voldikss
browser words completion source for coc-browser
사용자 10명사용자 10명
확장 메타 데이터
정보
This extension can grab the words from webpage, it is developed to do browser completion for Vim and VS Cdoe.
There is a local server run on the background. That server receives the words grabbed by this extension from you web page and use the words for Vim/VSCode completion candidates.
So the extension must has permissions for the local system to send words text to the local server. Normally they use 8888 port to communicate with each other.
In order to complete the words from you browser, firstly you should install coc-browser for Vim, visit: https://github.com/voldikss/coc-browser for more details.
There is a local server run on the background. That server receives the words grabbed by this extension from you web page and use the words for Vim/VSCode completion candidates.
So the extension must has permissions for the local system to send words text to the local server. Normally they use 8888 port to communicate with each other.
In order to complete the words from you browser, firstly you should install coc-browser for Vim, visit: https://github.com/voldikss/coc-browser for more details.
0명이 0점으로 평가함
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 1.1.1
- 크기
- 12.71 KB
- 마지막 업데이트
- 5년 전 (2021년 2월 18일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 버전 목록
- 모음집에 추가
That server receives the words grabbed by this extension from you web page and use the words for NeoVim/Vim completion candidates.
The extension must has permissions for the local system to send words text to the local server. Normally they use 8888 port to communicate with each other.