codeintellify icon indicating copy to clipboard operation
codeintellify copied to clipboard

Adds code intelligence to code views on the web ✨

Results 47 codeintellify issues
Sort by recently updated
recently updated
newest added
trafficstars

Pass a `ClientRect` to `HoverOverlay` of the token that can be used to draw a semi-transparent rectangle above it.

https://github.com/sourcegraph/event-positions needs #21 because the token would not be its own `span` anymore.

stretch

The hoverifier code needs to be broken apart. Two of the main reasons for this are as follows: - Each piece will be easier to test on its own -...

![2018-09-08 12 12 34](https://user-images.githubusercontent.com/1387653/45257769-7f5f8980-b360-11e8-8575-18a3d7c6fccf.gif) - Visit https://github.com/gorilla/mux/blob/master/mux.go - Move your mouse continuously across a token - Notice the tooltip immediately appears, but it should stay hidden until you stop moving...

bug

@felixfbecker you mentioned refactoring `app/github/inject.tsx`. I agree that it could use a lot of refactoring since it was a cluster _\_ before because of how the old blob annortators were...

I took a stab at modelling the current and desired state so we can include it in the README: ```mermaid graph LR State --> CodeView[Code view] CodeView --renders with state-->...