codehike
codehike copied to clipboard
Multiple `from` annotations
Thanks for building and maintaining codehike! Awesome tool
Requesting ability to reference the separate sections of the same file using from annotation mentioned from discussions
```js
// from ./foo.js 1:3
// from ./foo.js 5:7
// from ./foo.js 10
```