http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/microsoft/vscode/wiki/Coding-Guidelines
Names Use PascalCase for type names Use PascalCase for enum values Use camelCase for function and method names Use camelCase for property names and local variables Use whole words in names when possible Types Do not export types or functions unless you need to share it across multiple components Do not introduce new types or values to the global namespace Comments Use JSDoc style comments for functions , interfaces , enums , and classes Strings Use "double quotes" for strings shown to the...