micro-editor / micro-editor/micro
python's f-strings brackets auto-completion
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description of the problem or steps to reproduce
Hello!
There is problem with python's f-strings bracket auto-completion.
In one case auto-completion is correct, in another is not.
if you type: ", it will insert second quote automatically. (GOOD)
if you type f", it will not insert a second quote automatically (BAD)
if you type f"{name}, and manually insert the second quote it will insert two quotes (three summary) (BAD)
sorry for my bad London
Specifications
Version: 1.4.1
Commit hash: 1856891
OS: linux 4.14
Terminal: xfce4
Contributor guide
No contributing guide indexed for this repository
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 three Python f-string cases described against micro 1.4.1 on the reported Linux terminal setup. No file or test is named; done means quote and bracket auto-completion behaves correctly for each case without duplicate quotes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100