#In Jetbrains Rider I ve had itt
1 messages · Page 1 of 1 (latest)
It's likely disabled by default for C# and you need to manually enable it. Do you see the codieum icon ({...}) in the bottom right?
oh right, yeah, now its making suggestions, but I can't seem to accept them?
interesting. tab just does nothing? what version of the plugin do you have installed?
tab does nothing
I do have ideavim installed is well, not sure if that makes a difference
but I'm noticing the suggested code isn't standard C#..... so not really sure how useful this is going to be
names need to be PascalCase
Yeah we don't generate great suggestions for C# right now (that's why it's disabled by default). We're currently rolling out a new model which is much better for this and other languages. Will get to 100% of users in a couple weeks
ok
as far as the tab thing, we listen for ACTION_EDITOR_TAB events; it's possible that some other plugin is capturing these first... I can look into it.
it would most likely be the Jetbrains Vim plugin
got it. will try that out
Thanks! I tried out IdeaVim and it still worked for me. Will try the others... Do you have any custom keybindings by the way? Another user told us that they had bound "Indent Line or Selection" to Tab which prevented them from tab accepting
all I can see is
you see this too though right:
oh weird! i'm pretty sure its bound by default
I have had Rider for years and years, so might be a legacy thing, or could have been some plugin from ages ago
Got it. glad it works and good to know that this is something we should be on the lookout for when debugging.
apologies again for the poor C# completions. I think it should be better if you're deeper in the file and the model has more context to work with, but as I said it should improve substantially with the new model.