For example in a header file I often see HTML markdown tags such as <br> or <p>
but I'm unsure as how to go about actually properly displaying said formatting.
例如,在头文件中,我经常会看到HTML降价标记,例如
或
,但我不确定如何实际正确显示所述格式。
Here's an example:
这是一个例子:
1 个解决方案
#1
2
To display the formatted Javadoc output in IntelliJ use View > Quick Documentation
.
要在IntelliJ中显示格式化的Javadoc输出,请使用“视图”>“快速文档”。
Here's an example screenshot:
这是一个示例屏幕截图:
This action can also be accessed via a keyboard shortcut, to see which combination of keystrokes is bound to this action just have a look under Preferences > Keymap
...
也可以通过键盘快捷键访问此操作,以查看哪个击键组合绑定到此操作只需在Preferences> Keymap下查看...
#1
2
To display the formatted Javadoc output in IntelliJ use View > Quick Documentation
.
要在IntelliJ中显示格式化的Javadoc输出,请使用“视图”>“快速文档”。
Here's an example screenshot:
这是一个示例屏幕截图:
This action can also be accessed via a keyboard shortcut, to see which combination of keystrokes is bound to this action just have a look under Preferences > Keymap
...
也可以通过键盘快捷键访问此操作,以查看哪个击键组合绑定到此操作只需在Preferences> Keymap下查看...