Hi! Is there a bug in the newest stable version of...
# intellij
d
Hi! Is there a bug in the newest stable version of Intellij Ultimate? Every time I try to implement an interface in test code and start typing
override
and select a suggestion, it gives me
override fun dummy() {}
.... 🤕
It's tremendously frustrating for TDD...! Is there a workaround or something?
c
if you do tdd you can just write the missing function call in your test and then create the function with an autofix
d
I'm referring to making Stubs and Spies...
c
ah inline definitions of interfaces. I think i use alt enter there too.
d
Yeah, but for alt enter, you need to move the mouse to the class title and start going through menus... typing is much faster and less distracting.