Improve support of Enums
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 91
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Following the most basic of supports in #179 I think it is necessary to improve it:
- Better rendering (Partial fix #192)
- Linking support in
<type>and<enumname> - Support for search (https://github.com/php/web-php/pull/1238)
- Linking support for cases in
<enumidentifier>and possibly<constant>(#234) - #188
- #191
- Support namespace declares (see https://github.com/php/doc-en/issues/4516)
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
Start by reviewing the unchecked items in issue #180 and the referenced issue #179 and documentation issue #4516, then compare the completed references (#188, #191, #192, and #234) to understand the existing enum support. Done means implementing the remaining type/enum-name linking and namespace-declaration support while preserving the completed rendering, search, and case-linking behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100