File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/ide-contextual-queries Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
* @name If statements with empty then branch
3
3
* @description Finds 'if' statements where the 'then' branch is
4
4
* an empty block statement
5
- * @id ruby /examples/emptythen
5
+ * @id rb /examples/emptythen
6
6
* @tags if
7
7
* then
8
8
* empty
Original file line number Diff line number Diff line change 3
3
* @description Generates use-definition pairs that provide the data
4
4
* for jump-to-definition in the code viewer.
5
5
* @kind definitions
6
- * @id ruby /ide-jump-to-definition
6
+ * @id rb /ide-jump-to-definition
7
7
* @tags ide-contextual-queries/local-definitions
8
8
*/
9
9
Original file line number Diff line number Diff line change 3
3
* @description Generates use-definition pairs that provide the data
4
4
* for find-references in the code viewer.
5
5
* @kind definitions
6
- * @id ruby /ide-find-references
6
+ * @id rb /ide-find-references
7
7
* @tags ide-contextual-queries/local-references
8
8
*/
9
9
Original file line number Diff line number Diff line change 2
2
* @name Print AST
3
3
* @description Produces a representation of a file's Abstract Syntax Tree.
4
4
* This query is used by the VS Code extension.
5
- * @id ruby /print-ast
5
+ * @id rb /print-ast
6
6
* @kind graph
7
7
* @tags ide-contextual-queries/print-ast
8
8
*/
You can’t perform that action at this time.
0 commit comments