microsoft / microsoft/pxt-microbit
Autocomplete should be ignored in comments
Open
Nobody has claimed this yet.
intellisense
P2
python
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 721
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
Typing a comment brings up autocomplete suggestions for code which does not seem useful
Pressing space instead of return can overcome this, but it is not good practice to add extra spaces on lines
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the editor by typing a comment and observing the autocomplete suggestions, including the space-versus-return behavior described in the report. Trace the editor's autocomplete handling to determine where comment context is available; done means code suggestions no longer appear while typing comments and normal autocomplete still works elsewhere.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100