What is the problem this feature would solve?
I find using Effect to be extremely painful for getting into a flow state. The reason for this is because I consistently need to leave my editor to figure out really basic usage information usually to search the docs or source.
This becomes more painful when using more niche libraries like effect/rpc.
With better jsdoc documentation this wouldn't be a problem.
What is the feature you are proposing to solve the problem?
Investment into JSDoc documentation complete with @example and links to the actual documentation.
What alternatives have you considered?
I have attempted to use AI as the answer to this problem but AI hallucinates or uses old APIs with Effect so much it's counter productive
What is the problem this feature would solve?
I find using Effect to be extremely painful for getting into a flow state. The reason for this is because I consistently need to leave my editor to figure out really basic usage information usually to search the docs or source.
This becomes more painful when using more niche libraries like effect/rpc.
With better jsdoc documentation this wouldn't be a problem.
What is the feature you are proposing to solve the problem?
Investment into JSDoc documentation complete with
@exampleand links to the actual documentation.What alternatives have you considered?
I have attempted to use AI as the answer to this problem but AI hallucinates or uses old APIs with Effect so much it's counter productive