C
C#13mo ago
Anton

❔ Rider accepting completion deletes the next word

When I hit tab in Rider to accept a suggestion, it overwrites everything that comes after. Just like it does in this vid at the 15th second https://youtu.be/wCllU4YkxBk How do I disable that?
LB767
YouTube
Jonathan Blow plays Visual Studio
While we all wait for our savior JAI I thought it wouldn't hurt to remind ourselves of the great pain Jon has had to go through to make this language a reality. Made as a light-hearted video. If you're Jonathan and would like this to be taken down, pm me and I'll gladly remove it.
8 Replies
Vi Ness
Vi Ness13mo ago
I don't have a direct answer to your question but, it looks like the person in the video could have avoided overwriting the word lambda by adding a space before he started typing the new expression. As he finishes typing lambda->name you can see that it actually reads lambda->name|lambda->constants (| being the cursor position) so when he accepts the suggested name it replaces the whole namelambda part. If he added a space before he started typing and started like this (| lambda->constants, he would end up with (lambda->name| lambda->constants and should avoid the problem when accepting the suggested name
Anton
Anton13mo ago
I know about that, but that's not an actual solution I want it to never ever do that And this method doesn't work for generic methods Once you accept a completion, it would always clear out the generic parameter list no matter the spaces
Mango
Mango13mo ago
VSCode recently started doing the same thing to me It's annoying I have no clue what causes it If you find a fix lmk too please
chef drone builder
You can use enter instead of tab in rider
Anton
Anton13mo ago
I'm using idea vim and want my enter to always insert a new line. I can't close the popup to then do a new line, because pressing escape takes you out of insert mode. So I'd have to do esc a enter which is too cumbersome for essentially every new line
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Anton
Anton13mo ago
not solved
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.