Calva: [REPL Window] Autocompleting with tab leaves initial user input

Created on 4 Feb 2019  路  3Comments  路  Source: BetterThanTomorrow/calva

Let say you switched to some ns. This ns has fn to-param.
Steps to reproduce:

  • start typing to-
  • select to-param in suggestions
  • press tab
    Expected result: you see => to-param
    Actual result: you see => to-to-param

BTW, If you start to type in () then everything is fine.

bug

All 3 comments

This seems to happen specifically during completing a toplevel symbol- when inside parenthesis, the bug doesn't appear to show.

I cannot reproduce it in SNAPSHOT-1 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

frantic picture frantic  路  5Comments

svdo picture svdo  路  4Comments

dijonkitchen picture dijonkitchen  路  6Comments

slipset picture slipset  路  5Comments

lspector picture lspector  路  5Comments