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

包含题目程序的java的文件,名字的后缀前多了一些空格 #541

Closed mohalikeyou closed 2 years ago

mohalikeyou commented 2 years ago

image

因为这个原因IDEA在这个类会标红报错,如下: image

请问这个怎么解决

shuzijun commented 2 years ago

在自定义模版里,检查文件名最后是不是多了一个空格

mohalikeyou commented 2 years ago

在自定义模版里,检查文件名最后是不是多了一个空格

感谢大佬回复。已解决