Defines user snippets for different languages.
Declarations
Type
JSON value
Default
{ }
Example
{
haskell = {
fixme = {
body = [
"$LINE_COMMENT FIXME: $0"
];
description = "Insert a FIXME remark";
prefix = [
"fixme"
];
};
};
}
Sign in to create a configuration using this setting.