microsoft / microsoft/pxt

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

Open
#8,444 1 comment 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.3k
Forks
641
Avg merge
12h 4m
Merged PRs (30d)
57

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.