ruby
ruby copied to clipboard
Disable snippets
Is there a way to disable the snippets? I’m finding them extremely frustrating. 😬
You can set "snippet_sort_order": "none":
// Determines how snippets are sorted relative to other completion items.
//
// 1. Place snippets at the top of the completion list:
// "top"
// 2. Place snippets normally without any preference:
// "inline"
// 3. Place snippets at the bottom of the completion list:
// "bottom"
// 4. Do not show snippets in the completion list:
// "none"
But that disables all snippets. I just want to disable the ones that come with the Ruby extension.