fsprojects / fsprojects/FSharpLint
Enable using object members in the custom hints
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- F#
- Stars
- 327
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
TBF, not sure if it's just not documented and I'm doing something wrong, or it's just not supported yet.
I'd like to define hints based on members usage, not only module functions. For example warning for x.Value (where x is an option)
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 tracing how custom hints currently handle module functions and whether member expressions are recognized. The issue names no files or tests; done means supporting a hint for member usage such as x.Value, with coverage for that example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100