ruby icon indicating copy to clipboard operation
ruby copied to clipboard

Disable snippets

Open joeldrapper opened this issue 1 month ago • 2 comments

Is there a way to disable the snippets? I’m finding them extremely frustrating. 😬

joeldrapper avatar Nov 05 '25 12:11 joeldrapper

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"

andyw8 avatar Nov 22 '25 00:11 andyw8

But that disables all snippets. I just want to disable the ones that come with the Ruby extension.

joeldrapper avatar Nov 22 '25 13:11 joeldrapper