[BUG] Scrollbar vanishes and goto-line doesn't work
On Linux (Ubuntu 14.04) the scrollbar in blame view vanishes after a short while. Also, goto-line (CTRL+G) doesn't work. This makes working with large files painful. Is it possible to fix this?
Overall, awesome work, I'm really digging this extension!
Thanks for reporting it. I could observe the symptom on mac although I still don't know the exact steps to reproduce it as it doesn't always happen. And yeah, without vertical/horizontal scrollbars, working with a large file must be hectic...
As for goto-line command, it's not a bug from Annotator's perspective but a missing functionality. The blame view is not a VS Code's TextDocument but just a plain html; that's why it doesn't have goto-line.
As all 3 issues currently open (#1, #2 and this) could be solved if I could somehow use TextDocument, I might need to start thinking if I can put annotations in TextDocument even though there are still no API's provided for it 😑