pxt icon indicating copy to clipboard operation
pxt copied to clipboard

Suggestion-Feature of the JavaScript editor is not autocomplete whole function anymore

Open oschade opened this issue 4 years ago • 1 comments

Bug Template

Describe the bug If you use the auto-complete feature (or: suggestion feature) of the javascript-Editor, it only completes the name of the function. In the past, the whole function including example params were added.

To Reproduce Steps to reproduce the behavior: use makecode.microbit.org and type basic.showL and hit enter.

Expected behavior It will be autocompleted to:

basic.showLeds

Normally, this was autocompleted to:

basic.showLeds(`
. . . . .
. . . . .
. . # . .
. . . . .
. . . . .
`)

grafik

Desktop (please complete the following information):

  • OS: Windows
  • Browser: chrome, firefox
  • Version: latest

oschade avatar Aug 27 '21 06:08 oschade

@dmonroym is working on this.

abchatra avatar Sep 03 '21 17:09 abchatra