LivelyKernel / LivelyKernel/lively.next
Line numbers by default in code browser
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 90
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Describe the Feature
As with most code editors, I would very much like to have the line numbers appear by default in the code browser. This is particularly the case since error messages, either from the editor or from the debugger, give line numbers. This doesn't help a lot without the line numbers in the editor...
Graphics
Pretty common...here's VSCode....
Implementation Details
If applicable, provide insights with regards to implementing this feature that you already have.
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
No implementation file or test is named. Start by locating the code browser entry point and checking how line-number visibility is currently configured; done means code views show line numbers by default and the behavior is covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- developer-experience, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100