next-ls icon indicating copy to clipboard operation
next-ls copied to clipboard

refactor(completions): improve cursor position detection

Open mhanberg opened this issue 1 year ago • 2 comments

mhanberg avatar Apr 30 '24 13:04 mhanberg

way too slow

mhanberg avatar Apr 30 '24 13:04 mhanberg

error raised in Sourceror.Range.get_end_pos_for_interpolation_segments

code located in my notes as it contains work code

mhanberg avatar Apr 30 '24 14:04 mhanberg

Turns out most of the slowness comes from fetching the docs for every function and module.

Will omit those and fetch on the completionItem/resolve request

mhanberg avatar May 01 '24 00:05 mhanberg