Kotlin / Kotlin/kotlin-interactive-shell
FR: `:doc <symbol>` for KDoc, JavaDoc, etc.
Open
- Dominant language
- Java
- Stars
- 612
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Similar to Python's [`help()`](https://docs.python.org/3/library/functions.html#help) function, which is very handy at the Python REPL.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the interactive shell's command handling and the requested `:doc ` syntax, using Python's `help()` behavior as the reference. Investigate how KDoc and JavaDoc for a symbol should be found and displayed. Done means the shell can provide useful documentation for supported symbols through this command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- cli, documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100