Skip to content

Instantly share code, notes, and snippets.

@eprothro
Created July 1, 2019 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eprothro/7c6f9ca99bf9c8390f466f46c5946fe0 to your computer and use it in GitHub Desktop.
Save eprothro/7c6f9ca99bf9c8390f466f46c5946fe0 to your computer and use it in GitHub Desktop.

Rails go to spec

https://github.com/sporto/rails_go_to_spec

Syntax specific text directory (requires ST3 )

  1. Open an .ex or .exs file to select the Elixir Syntax.

  2. Edit the spec directory for only elixir:

Cmd + Shift + P > Preferences: Settings - Syntax Specific

// These settings override both User and Default settings for the Elixir syntax
{
  "go_to_spec_directory": "test"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment