Rubymine showing obj when I type anything in the editor

已回答

I am a beginner when it comes to Rubymine and programming in general. When I type anything for example I'll type in puts and a grayed out obj will appear. How do i get rid of this?

0

Hello,

probably those are parameter hints that can be disabled, here you can find instructions how that might be done:

https://www.jetbrains.com/help/ruby/type-hinting-in-product.html

0

请先登录再写评论。