summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-12-25 17:05:39 +0900
committeraycabta <aycabta@gmail.com>2021-12-25 17:05:39 +0900
commitdba24e6a1ae0d7dba313bb5f65a4be927bd6f236 (patch)
treea1b843deeb79a1701d2c40a1ab38ba563a43f7a6
parent0abf781ab431f44c054523a3ab8f2b1c3768c898 (diff)
Add IRB Improvements section to NEWS.md
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 2537882475..3f07e5a90a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -567,6 +567,12 @@ This feature is enabled by default.
You can disable it by using a command-line option `--disable-error_highlight`.
See [the repository](https://github.com/ruby/error_highlight) in detail.
+## IRB Autocomplete and Document Display
+
+The IRB now has an autocomplete feature, where you can just type in the code, and the completion candidates dialog will appear. You can use Tab and Shift+Tab to move up and down.
+
+If documents are installed when you select a completion candidate, the documentation dialog will appear next to the completion candidates dialog, showing part of the content. You can read the full document by pressing Alt+d.
+
## Miscellaneous changes
* lib/objspace/trace.rb is added, which is a tool for tracing the object