How to disable RubyMine code completion after comment line ending in period? -
How to disable RubyMine code completion after comment line ending in period? -
i using rubymine 6.3.2. when type next line , press return/enter:
# comment.
the editor inserts additional text, resulting in:
# comment.after() end
i understand happens because "aft" first item on dropdown appears after typing ".". can preventing insertion pressing space after return/enter, adds space end of line, , have remember it.
is there way disable code completion within comments?
it bug: http://youtrack.jetbrains.com/issue/ruby-15127 fixed in 6.3.3, released yesterday: http://blog.jetbrains.com/ruby/2014/06/rubymine-6-3-3-rspec-3-code-insight-other-fixes/
this duplicate bug study http://youtrack.jetbrains.com/issue/ruby-15195 gives workaround, go rubymine's registry (control-shift-a , type "registry") , uncheck "show.live.templates.in.completion". works, , revealed me existence of rubymine's registry, that's cool.
rubymine code-completion
Comments
Post a Comment