#In Jetbrains Rider I ve had itt

1 messages · Page 1 of 1 (latest)

real turtle
#

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?

manic raptor
#

oh right, yeah, now its making suggestions, but I can't seem to accept them?

real turtle
#

interesting. tab just does nothing? what version of the plugin do you have installed?

manic raptor
#

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

real turtle
#

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

manic raptor
#

ok

real turtle
#

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.

manic raptor
#

it would most likely be the Jetbrains Vim plugin

real turtle
#

got it. will try that out

manic raptor
#

just FYI, this is my installed plugins ( other than the bundled)

real turtle
#

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

manic raptor
#

all I can see is

real turtle
#

you see this too though right:

manic raptor
#

no..... was unbound

#

now it works

real turtle
#

oh weird! i'm pretty sure its bound by default

manic raptor
#

I have had Rider for years and years, so might be a legacy thing, or could have been some plugin from ages ago

real turtle
#

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.