Project

General

Profile

Actions

Feature #18508

closed

Is it possible to turn off irb autocomplete, it doesn't work very well in my visual studio code terminal.

Added by jackmaple (maple jack) over 2 years ago. Updated over 2 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:107233]

Description

Is it possible to turn off irb autocomplete, it doesn't work very well in my visual studio code terminal.
When the content you enter is close to the bottom and there is not enough space for the content displayed in the autocomplete, it will cause the terminal to display incorrectly, the cursor will jump directly to the top, but the content below will not be cleared.
So I'm wondering if it's possible to turn off autocomplete until it works better.
thanks.

Updated by jeremyevans0 (Jeremy Evans) over 2 years ago

  • Status changed from Open to Closed

Looks like irb --noautocomplete turns off autocomplete. Or add IRB.conf[:USE_AUTOCOMPLETE] = false to .irbrc.

Actions

Also available in: Atom PDF

Like0
Like0