Skip to content

Conversation

@raine
Copy link
Contributor

@raine raine commented May 24, 2015

changes variable names to kebab-case when autocompleting

fixes #687

@raine
Copy link
Contributor Author

raine commented May 24, 2015

LiveScript 1.4.0 - use 'lsc --help' for more information
ls><TAB>
DTRACE_NET_SERVER_CONNECTION  DTRACE_NET_STREAM_END         DTRACE_NET_SOCKET_READ
DTRACE_NET_SOCKET_WRITE       DTRACE_HTTP_SERVER_REQUEST    DTRACE_HTTP_SERVER_RESPONSE
DTRACE_HTTP_CLIENT_REQUEST    DTRACE_HTTP_CLIENT_RESPONSE   global
process                       GLOBAL                        root
Buffer                        set-timeout                   set-interval
clear-timeout                 clear-interval                set-immediate
clear-immediate               console                       module
exports                       require                       LiveScript
path                          fs                            util
say                           warn                          die
p                             pp                            ppp

ls> cle<TAB>
clear-timeout    clear-interval   clear-immediate

ls> clear-

changes variable names to kebab-case when autocompleting

fixes gkz#687
@raine raine force-pushed the repl-autocomplete branch from 5af665c to 40fae13 Compare May 24, 2015 16:40
@raine
Copy link
Contributor Author

raine commented May 24, 2015

FYI, I have #695 and this change in my fork.

So if you want history and autocompletion in your global lsc, do:

npm install -g raine/LiveScript
touch ~/.lsc_history

@gkz gkz merged commit 40fae13 into gkz:master Dec 17, 2015
@gkz
Copy link
Owner

gkz commented Dec 17, 2015

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lsc REPL needs improved tab completion

2 participants