Open scpedicini opened 11 months ago
@scpedicini Is this with PyCharm, or a different JetBrains IDE? I'll do some testing myself later today to hopefully reproduce and get a fix out by end of week
Mentioned in the title - yeah Webstorm. I can try to create a simple video repro later today if you want.
@sestinj I'll try to create a video later, but in the meantime here's an example of where it occurred:
Also just other footnote: A lot of times the textbox for "ask a question" is disabled - I can't focus on it or type anything. The only way to bring it back is to close/reopen the sidebar a few times for Continue.
EDIT: I just realized it actually is editable, but there's no cursor blink inside it even after clicking into it so it appeared to me that it was disabled. You can actually type though.
Before submitting your bug report
Relevant environment info
Description
Highlighting a block of code (specifically a function) in a larger typescript file, then bringing up Continue - Continue correctly shows the "file.ts (284-294)" indicating the active block of code, but it references completely different parts and is clearly not using that block of code as its context.
Based on its answers, it's pulling the code from lines 299-314 so somehow below. This happens pretty arbitrarily, I'd say about 30% of time I use it.
To reproduce
No response
Log output
No response