microsoft / microsoft/TypeScript-Sublime-Plugin
Setting for error display mode
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
Hey there!
I was wondering if there was a setting for how linting errors are displayed inline (or if there isn't, if we could add one).
a ts error:

This is fairly quiet (you have to be looking at that line to see the little red squiggle). Contrast this with standard's sublime-linter:
The dot + box is much more visible.
I'm not sure the scope of the work (if it's as simple as adding a setting to change how invalid lines are marked vs a large code change), but I think it'd be worth looking into!
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
The issue names no files or tests. Start by tracing how TypeScript linting errors are rendered inline and compare the current markers with the SublimeLinter example; done means the plugin provides a configurable error display mode matching the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100