CodeWyng.io •
Chrome Web Store •
Issues •
@CodeWyng •
[email protected]
Hover documentation: hovering over a variable shows its docstring.
Jump-to-definition: clicking on a variable takes you to its definition (works across files, too!).
Find-references: clicking on a definition opens a list of references.
Quick search: Cmd+/ or Alt+/ opens an exact punctuation-aware search box.
Install CodeWyng from the Chrome Web Store!
- Install Node.js and
npm install -g yarn
- Run
./dev
- Open chrome://extensions/
- Turn on Developer mode
- Click Load unpacked
- Select the
dist-dev
directory created by./dev
above - Try hovering on variables in https://github.com/gorilla/mux/blob/master/mux.go