idea使用leecode插件
一、下载安装
点击File->Setting->Plugins,搜索leetcode再点击install进行下载。
下载完成后重启idea,右下角会有leetcode菜单。
二、配置
1.点击File->Settings->Tools->leetcode plugin,如图:
2.自定义模板配置
下面介绍我使用的配置模板为:
P$!{question.frontendQuestionId}_$!velocityTool.camelCaseName(${question.titleSlug})
package leetcode.editor.cn;
${question.content}
/**
* ${question.title}
*
* @author zhaohanqing
*/
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();
}
${question.code}
}
作者:经典鸡翅
微信公众号:经典鸡翅
如果你想及时得到个人撰写文章,纯java的面试资料或者想看看个人推荐的技术资料,可以扫描左边二维码(或者长按识别二维码)关注个人公众号)。