SearchUser loginAdSense |
AbbreviationsHey here is a new place for sharing ideas about Abbreviations in MkS. The document should be structured per Lexer ( language ), the list is available in the MkS abbreviations editor (Edit -> Settings -> Abbreviations) when adding a new one. The line template is described here : abbreviation add [macro] [description] [language] [snippet] C++abbreviation add "whileb" "while statement" "C++" "while ( | )\n{\n}" abbreviation add "switchb" "switch statement" "C++" "switch ( | )\n{\n}" abbreviation add "structd" "struct declaration" "C++" "struct |\n{\n};" abbreviation add "pu" "public" "C++" "public|" abbreviation add "pro" "protected" "C++" "protected|" abbreviation add "pr" "private" "C++" "private|" abbreviation add "ife" "if else statement" "C++" "if ( | )\n{\n}\nelse\n{\n}" abbreviation add "ifb" "if statement" "C++" "if ( | )\n{\n}" abbreviation add "forb" "for statement" "C++" "for ( |; ; )\n{\n}" abbreviation add "classd" "class declaration" "C++" "class |\n{\npublic:\n};"
|