Actions
Feature #18508
closedIs it possible to turn off irb autocomplete, it doesn't work very well in my visual studio code terminal.
Status:
Closed
Assignee:
-
Target version:
-
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) almost 3 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
Like0
Like0