KamasamaK
KamasamaK
This is automatically handled by VS Code when providing `"` as an [auto-closing pair](https://github.com/KamasamaK/vscode-cfml/blob/4643e0f1c141f5077094a12f7ed67fc06cae3808/language-configuration.json#L15). This could probably be avoided by indicating that this character should not be auto-closed in a...
You can try adding the following to your settings `"editor.autoClosingQuotes": "never"`
I linked the part that defines the auto-closing behavior above. From there, VS Code handles it. EDIT: To accomplish what I mentioned above, you would need to change line 15...
I do not believe this is able to be a dynamic or user setting for language configuration. There may be an open issue for VS Code about this, but I...
I am not sure how it gets to the state demonstrated. It should be auto-closing the quotes and auto-closing the hash. This is the same issue as #37 but for...
This would involve implementing a [DocumentFormattingEditProvider](https://code.visualstudio.com/docs/extensionAPI/language-support#_format-source-code-in-an-editor). I'm not sure how the Sublime plugin does this, but it seems to me that you would need a parser to do this properly....
For me, the list only works for "ALL". If I choose "TODO:" or "FIXME:", it shows an info message that says "No results".
Using VS Code 1.25.1 In my minimal testing, this is working for `List annotations in current file...` However, when selecting `List all annotations...` it is not finding any regardless of...
After looking at the Developer Tools console, I found that it encountered an error when trying to read a `.png` file and probably stopped there. I added `"**/*.png"` to the...
I am using v1.0.0. I updated before testing. UPDATE: Actually, it was v1.0.1