jquery.terminal
jquery.terminal copied to clipboard
completionEscape is not documented
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
Thanks for the finding, I actually use this in my Scheme Interpreter LIPS where I have (as with any lisp) a lot of parenthesis.