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

代码模板中一写#include就消失 #640

Closed renlei-leon closed 1 year ago

renlei-leon commented 1 year ago

代码模板中写#include ,双击题目生成的代码中就只剩下,整个#include消失了; 如果在#和include之间加一个空格,则可以保留下来,

这是个bug吗,如何写模板能生成含有#include的代码?

shuzijun commented 1 year ago

参考#163 #235

renlei-leon commented 1 year ago

Interesting,昨晚在自己电脑上我就试了转义,试过/ // \ \ ` `` ##等没成功,现在在公司电脑上转义竟然是OK的。。