KamasamaK

Results 46 issues of KamasamaK

See [PR 880 comment](https://github.com/foundeo/cfdocs/pull/880#issuecomment-403067817) and [PR 877 comment thread](https://github.com/foundeo/cfdocs/pull/877#pullrequestreview-133343582) for background. I agree that HTML should be avoided. I am curious if anyone thinks more markdown should be supported or...

This refers to the parameter names used in [NamedParametersColdFusion2018.pdf](http://cfdownload.adobe.com/pub/adobe/coldfusion/2018/publicBeta/NamedParametersColdFusion2018.pdf) I think these are mostly good, but this issue will be a reminder for me (or anyone else) to go through...

hacktoberfest

It seems that there is a need for proper `param.values` descriptions. These are often being placed in the `param.description` (or sometimes the top-level `description`) as unordered lists, but there is...

Inspired by #1027, I would recommend using [CFLint](https://github.com/cflint/CFLint) with a custom `.cflintrc` to enforce certain rules.

In the https://cfdocs.org/application-cfc page under the "Relative mappings - Advanced Example" example, the `prettyprint` code has incorrect syntax highlighting. This appears to be due to it erroneously thinking that quotes...

See discussion in PR #523 for more. I thought it would be better for this to be an issue instead since this will be a general discussion and not about...

I have been unable to find anything on the functions [`getLocaleCountry`](https://cfdocs.org/getlocalecountry) and [`getLocaleLanguage`](https://cfdocs.org/getlocalelanguage) added in #581. All of the `engine` links are for `getLocaleDisplayName` and the examples do not work...

We should run all of the JSON data files through the [JSON schema](https://github.com/foundeo/cfdocs/blob/master/data/cfdocs.schema.json) to validate them. Once complete, the JSON schema should be integrated into the Travis CI build process...

It's clear that the backtick (`) character is used for special formatting of code, but this is not documented in the README. Are there any other special formatting options that...

This package uses `copy-paste` which can be replaced with [`vscode.env.clipboard` methods](https://code.visualstudio.com/api/references/vscode-api#Clipboard). It also uses `open` which can be replaced with [`vscode.env.openExternal`](https://code.visualstudio.com/api/references/vscode-api#env).