Skip to content

Commit

Permalink
feat: add UX to cycle through completions in the REPL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Snehil-Shah and kgryte authored Jul 1, 2024
1 parent 424bc9c commit 1d49bc6
Show file tree
Hide file tree
Showing 5 changed files with 1,382 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/lib/completer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var completeExpression = require( './complete_expression.js' );

// VARIABLES //

var debug = logger( 'repl:completer' );
var debug = logger( 'repl:completer:callback' );


// FUNCTIONS //
Expand Down
Loading

1 comment on commit 1d49bc6

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
repl $\color{red}10202/12707$
$\color{green}+80.29\%$
$\color{red}608/829$
$\color{green}+73.34\%$
$\color{red}140/222$
$\color{green}+63.06\%$
$\color{red}10202/12707$
$\color{green}+80.29\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.