mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Adjust to the new location of Unit, as math.Unit not math.type.Unit. Use the new api for the parser's scope (getAll() to get all the identifiers) so that autocompletion of user-defined symbols will again work. When there are multiple matches, cycle through them with repeated TABs. Mention autocomplete in the tips and shrink them slightly as there are now several of them.