8000 GitHub - huhu-jin/leetcode: 程序员的自我修养
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

huhu-jin/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

配置 IDE leetcode插件

  • TemplateFilePath 项目路径
/home/jin/workspace/home/java/leetcode/src/main/java/com/jin/learn/
  • CodeFileName 类名的命名规范
$!velocityTool.camelCaseName(${question.titleSlug})
  • CodeTemplate 类模板的具体内容
//  [${question.frontendQuestionId}]${question.title}

${question.content}

package com.jin.learn.leetcode.editor.cn;

import org.testng.annotations.Test;


public class $!velocityTool.camelCaseName(${question.titleSlug}){
  
  
    ${question.code}
    
    @Test
    public void testCase(){
        
    }
  
}

最后勾上

  • Custom Template

About

程序员的自我修养

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0