Shalabh Chaturvedi

Results 52 comments of Shalabh Chaturvedi

This might be by design. E.g. pressing `down` doesn't take you to the next text line either, just the next visual row on the wrapped text line. In that sense...

I just wanted to chime in and say how awesome this is - excellent work!

For fonts, try copying the ttf or otf files into the `fonts` folder and restart?

This kind of feature sounds awesome and I'm excited to see C/C++ autocompletion underway :+1: But is selection the right thing for this? Presumably one could insert some text with...

@kirbyfan64 - see if the table-completions branch helps you a litte bit here. Specifically instead of returning completions as `{'text-to-insert1', 'text-to-insert2'}`, you can now return a list of tables like...

This would be absolutely fantastic!

@dgaw ah yes - I have some not-working-at-all half finished code from months (years?) ago that I do not intend to work on. I'm going to just attach the files...

Yes! I fully support this idea and I think we've had some prior discussion around this too. I'll try to put down ideas I remember: * Instead of just the...

I believe it will always go to the same position on each line. If you go to a shorter line, it can't go to the same position so it will...

Yup. Steps to repro: 1. In a new buffer write ``` abc def g ``` 2. Position cursor between `a` and `b` 3. Press `shift_down` two times Expected: `g` is...