当前位置:   article > 正文

IDEA配置leetcode editor本地调试模板_idea leetcode

idea leetcode

配置路径

idea -> Setting -> Tools -> LeetCode Plugin

CodeFileName:

$!velocityTool.camelCaseName(${question.titleSlug})

CodeTemplate:

  1. ${question.content}
  2. package leetcode.editor.cn;
  3. //Java:${question.title}
  4. public class P${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug}){
  5. public static void main(String[] args) {
  6. Solution solution = new P$!{question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})().new Solution();
  7. // TO TEST
  8. }
  9. ${question.code}
  10. }

打开CusTom Template(没打开不能生效)

问题

后面的内容我不清楚是我配置有问题还是怎么,运行时出现这样的问题,如果没问题就不用管

文件配置

  1. 我重新新建了一个存放力扣代码的目录“E:\Code\LeeCode”
  2. idea -> Setting -> Tools -> LeetCode Plugin下的                                                                     修改为代码路径
  3. 通过idea打开,在目录下创建leetcode.editor.cn的子包
  4. 右击我的主目录(即LeetCode),操作如图,设置为Source Root

成功实现断点调试

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/908284
推荐阅读
相关标签
  

闽ICP备14008679号