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.75k stars 402 forks source link

goland 没有代码提示 代码也无高亮 #565

Closed Hylio closed 2 years ago

Hylio commented 2 years ago

在pycharm中可以正常使用,但在goland中没有代码提示,也只有部分高亮。 这是在插件中写的代码: Snipaste_2022-09-07_12-34-19 这是在其他文件中的代码: Snipaste_2022-09-07_12-34-28

shuzijun commented 2 years ago

参考 https://github.com/shuzijun/leetcode-editor/blob/master/doc/CustomCode_ZH.md 在代码上配置package xxxx

Hylio commented 2 years ago

好的,解决了