josephg / jumprope-rs

Other
135 stars 5 forks source link

line wised? #3

Open hh9527 opened 1 year ago

hh9527 commented 1 year ago

I am looking for a rope-like implementation to work with a lsp-server, and found this project.

in lsp spec, span/range is defined by (line, cols), is there any plan to support conversation between offset_in_utf8 and line_and_cols_in_utf16?

josephg commented 1 year ago

Hi! Sorry I didn't see this issue until now.

I'd like to add those methods, but I haven't needed them yet so I haven't coded them up. For now I recommend using ropey.