Skip to content

Commit 1d49bc6

Browse files
Snehil-Shahkgryte
andauthored
feat: add UX to cycle through completions in the REPL
PR-URL: #2463 Ref: #1845 Ref: #1855 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Snehil Shah <snehilshah.989@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
1 parent 424bc9c commit 1d49bc6

File tree

5 files changed

+1382
-31
lines changed

5 files changed

+1382
-31
lines changed

lib/node_modules/@stdlib/repl/lib/completer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var completeExpression = require( './complete_expression.js' );
4141

4242
// VARIABLES //
4343

44-
var debug = logger( 'repl:completer' );
44+
var debug = logger( 'repl:completer:callback' );
4545

4646

4747
// FUNCTIONS //

0 commit comments

Comments
 (0)