jquery.terminal icon indicating copy to clipboard operation
jquery.terminal copied to clipboard

completionEscape is not documented

Open belm0 opened this issue 5 years ago • 1 comments

Issue summary

I found that "completionEscape: false" is needed in my use case to avoid escape of open parenthesis. E.g. python style autocomplete will include open parens of function name, such as "sorted(".

However completionEscape is not a documented option. I only found it referenced in bug https://github.com/jcubic/jquery.terminal/issues/321#issuecomment-312479982

Expected behavior

completionEscape is documented

belm0 avatar Apr 27 '20 11:04 belm0

Thanks for the finding, I actually use this in my Scheme Interpreter LIPS where I have (as with any lisp) a lot of parenthesis.

jcubic avatar Apr 27 '20 11:04 jcubic