我希望可用方法的彈出窗口在滾動到它們時顯示方法描述。IntelliJ - 顯示代碼彈出窗口出現時的方法描述和註釋
(顯然,這時候該方法本身具有必要的註釋和標記纔有效。)
/**
* If a value is present in this {@code Optional}, returns the value,
* otherwise throws {@code NoSuchElementException}.
*
* @return the non-null value held by this {@code Optional}
* @throws NoSuchElementException if there is no value present
*
* @see Optional#isPresent()
*/
public T get() {
我希望它這樣的表現:
的可能的複製[如何看到的IntelliJ IDEA的JavaDoc?](https://stackoverflow.com/questions/11053144/how-to-see-javadoc-in-intellij-idea) – nullpointer
我已經有了選擇。不要做我在問什麼。它只顯示可用的方法 –
添加了另一張圖片 –