☐ cool new feature
☐ could help many users!
☑ removes a „bug“
☐ nice to have
☐ nobody needs it
JSL auto suggestion via
object << xy
+ CTRL + space is great.
But it takes very long for the auto suggestion list to be generated if the user presses CTRL + space and (*)
- JMP doesn't know the object yet
- no first letters (xy...) were given
Some ideas how the behavior of JSL auto complete could be changed:
- make the generation of the list faster [esp. for the unique case "show all commands" (*)]
- allow the user to agort the generation of the list by click somewhere with the mouse or pressing esc.
- in the case of (*), generate an empty, list - without waiting time.
- in the case of (*) instead of generating a list, fill the Hover Window with a text that says that 1) the object was not defined yet and that 2) the user should enter at least one letter of the command