davidje13 / SequenceDiagram

Javascript tool for generating sequence diagrams from code
https://sequence.davidje13.com/
GNU Lesser General Public License v3.0
120 stars 38 forks source link

Cannot autocomplete while editing a library parameter #56

Closed davidje13 closed 6 years ago

davidje13 commented 6 years ago

After adding a component from the library, it is not possible to accept autocomplete suggestions (e.g. agent names), as pressing enter moves to the next parameter instead of accepting the suggestion. Ideally pressing enter should simultaneously accept the suggestion and move on.

davidje13 commented 6 years ago

The code used to fix this can be tidied up if https://github.com/codemirror/CodeMirror/issues/3092 is ever resolved.