-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b99
-
generic
-
generic
jshell supports shift-tab for documentation. So far, it seems to just display overload variants of a java method.
jjs should support documentation key shortcut as well. jjs can show
*) javadoc of java type in desktop browser
*) function specific documentation for script function (we can annotate builtin functions with documentation property and that can be shown). If function document is not available, source code of script function can be shown.
*) if document is missing, toString output can be shown
--- toString on overloaded dynamic Java methods will show overload variants
jjs should support documentation key shortcut as well. jjs can show
*) javadoc of java type in desktop browser
*) function specific documentation for script function (we can annotate builtin functions with documentation property and that can be shown). If function document is not available, source code of script function can be shown.
*) if document is missing, toString output can be shown
--- toString on overloaded dynamic Java methods will show overload variants
- relates to
-
JDK-8146251 Avoid annotation to specify documentation for JS builtin functions
-
- Resolved
-
-
JDK-8146253 jjs should look for "doc string" property to print documentation on shift-tab
-
- Resolved
-
-
JDK-8145529 Add documentation for JS builtins in Functions.properties resource
-
- Resolved
-