Shire Builtin Variable

在 Shire 中,我们提供了一些内置变量,以便用户可以更方便地使用。

当前支持的内置变量有:

ContextVariable

变量名描述
selectionUser selection code/element's in text
beforeCursorAll the text before the cursor
afterCursorAll the text after the cursor
fileNameThe name of the file
filePathThe path of the file
methodNameThe name of the method
languageThe language of the current file
commentSymbolThe comment symbol of the language
allAll the text

PsiContextVariable

变量名描述
currentClassNameThe name of the current class
currentClassCodeThe code of the current class
currentMethodNameThe name of the current method
currentMethodCodeThe code of the current method
relatedClassesThe related classes based on the AST analysis
similarTestCaseThe similar test cases based on the TfIDF analysis
importsThe import statements required for the code structure
isNeedCreateFileFlag indicating whether the code structure is being generated in a new file
targetTestFileNameThe name of the target test file where the code structure will be generated
underTestMethodCodeThe code of the method under test
frameworkContextThe framework information in dependencies of current project
codeSmellInclude psi error and warning
methodCallerThe method that initiates the current call
calledMethodThe method that is being called by the current method
similarCodeRecently 20 files similar code based on the tf-idf search
structureThe structure of the current class, for programming language will be in UML format