This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "label":"fmt", | |
| "kind":9, | |
| "detail":"\"fmt\"", | |
| "preselect":true, | |
| "sortText":"00000", | |
| "filterText":"fmt", | |
| "insertTextFormat":1, | |
| "textEdit":{ | |
| "range":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "insertText":"if", | |
| "sortText":"aif", | |
| "kind":14, | |
| "documentation":"The \"if\" statement\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\n\nThe \"if\" statement is used for conditional execution:\n\n if_stmt ::= \"if\" expression \":\" suite\n ( | |
| \"elif\" expression \":\" suite )\\*\n [\"else\" \":\" suite]\n\nIt selects exactly one of the suites by evaluating the expressions one\nby one until one is found to be true (see section Boolean operations\nfor the definition | |
| of true and false); then that suite is executed\n(and no other part of the \"if\" statement is executed or evaluated).\nIf all expressions are false, the suite of the \"else\" clause, if\npresent, is executed.", | |
| "detail":"", | |
| "label":"if" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "filterText":"define", | |
| "insertText":"define", | |
| "insertTextFormat":1, | |
| "kind":15, | |
| "label":" define macro(args)", | |
| "sortText":"3f800000define", | |
| "textEdit":{ | |
| "newText":"define", | |
| "range":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "label":"Class", | |
| "kind":7, | |
| "detail":"=> Class<Class>", | |
| "data":{ | |
| "path":"Class", | |
| "return_type":"Class<Class>", | |
| "location":null, | |
| "deprecated":false, | |
| "uri":"file:///foo/bar/example.rb" |