codehike icon indicating copy to clipboard operation
codehike copied to clipboard

Multiple `from` annotations

Open ZYJLiu opened this issue 2 years ago • 1 comments

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
```

ZYJLiu avatar Jul 25 '23 08:07 ZYJLiu