pedoc
pedoc
  It prompts that the javafx plug-in needs to be installed, but this is already a built-in plug-in.
**Is your feature request related to a problem? Please describe.** Equal c# `nameof`,see https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/nameof **Describe the solution you'd like** ```java var s1="1"; var name=nameof(s1); // name=s1 void test(String arg1){ if(arg1==null)...
## Problem or use case I noticed that json output is currently supported, but for binary data, hex format is more obvious. Is it currently supported? ## Preferred solution or...