a13ph / vscode-browser-completion

Webpage words completion source for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-browser-completion

Webpage words completion source for VS Code



Installation

  • Make sure your 8888 port is open

    That port is used to communicate with browser

  • Install the browser extension

    Browser extension grabs words from web page and send them to local server

    • For Google Chrome: link
    • For Firefox: link
  • Install this extension from the marketplace

Configurations

Name Default Description
browserCompletion.capacity 5 Count of cache files which are used to storage words, 1~10.
browserCompletion.filetypes ['plaintext'] Enable browser completion for those filetypes.

Usage

Words from webpage will be added to completion candidates once you open a new page or refresh a page.

References

Credits

Icons made by Flat Icons from www.flaticon.com

Donation

  • Paypal

paypal

  • Wechat Pay

License

MIT

About

Webpage words completion source for VS Code


Languages

Language:TypeScript 100.0%