赞
踩
配置路径:
idea -> Setting -> Tools -> LeetCode Plugin
CodeFileName:
$!velocityTool.camelCaseName(${question.titleSlug})
CodeTemplate:
- ${question.content}
- package leetcode.editor.cn;
- //Java:${question.title}
- public class P${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug}){
- public static void main(String[] args) {
- Solution solution = new P$!{question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})().new Solution();
- // TO TEST
- }
- ${question.code}
- }
打开CusTom Template(没打开不能生效)
问题:
后面的内容我不清楚是我配置有问题还是怎么,运行时出现这样的问题,如果没问题就不用管
文件配置:
成功实现断点调试
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。