pedoc

Results 23 issues of pedoc

![Image](https://github.com/user-attachments/assets/53ac0b2c-8f10-464c-89cd-f25ad0361fe8) ![Image](https://github.com/user-attachments/assets/f3596bb2-00ac-40ea-869f-555ca22133a3) 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)...

enhancement

## 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...