stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

Add option to disable snippets #14

Closed jondcoleman closed 6 years ago

jondcoleman commented 6 years ago

I appreciate the syntax highlighting but would like to be able to disable the snippets. Thanks!

denolfe commented 6 years ago

The ability to disable snippets for a single extension is not a feature that VS Code has implemented yet

However, it is rather simple to remove the snippets from your installation of this extension. Simply find the extension folder, typically located in $HOME\.vscode\extensions\slevesque.vscode-autohotkey and simply delete the snippets folder inside.

stef-levesque commented 6 years ago

@denolfe is right, I can't find a graceful way on my side to disable snippets or suggestions.

Although, on VSCode side, this seems related to Microsoft/vscode#52789

jondcoleman commented 6 years ago

Thanks for looking into it!