shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.71k stars 400 forks source link

IntelliJ IDEA 题目描述阅读模式 #668

Closed deewong7 closed 7 months ago

deewong7 commented 11 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] IntelliJ IDEA Ultimate中,题目描述(content)不支持阅读模式 (Rendered View)。 image

Describe the solution you'd like A clear and concise description of what you want to happen. 在IntelliJ IDEA Ultimate中支持,问题描述支持阅读模式

Additional context Add any other context or screenshots about the feature request here. 这是启用阅读模式的一个例子:

image
shuzijun commented 11 months ago

试下在配置中开启使用HtmlContent

deewong7 commented 11 months ago

试下在配置中开启使用HtmlContent

开启后还是没有render javadoc。但是不管开启还是不开启,下面的 content (class Solution)部分,总是会支持render javadoc

image
shuzijun commented 11 months ago
image

这一部分是内容是来自力扣的代码区,不会修改,本身格式不支持阅读模式。