codesandbox / codesandbox/codesandbox-client
Matching Parantheses For All Documents
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
Hi, first of all, great that you support rudimentary syntax highlighting for GLSL files out of the box, most online IDEs don't, but it would be great if you could also add matching parantheses. I see no reason why not do that even for arbitrary filetypes.
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
Start by locating the editor integration that provides GLSL syntax highlighting and inspect how document types are handled. Verify the current behavior for GLSL and arbitrary filetypes, then define done as matching parentheses working consistently across those documents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100