From 1be4ac3e3f1714fe3ac94c19457e7d5f5aae2352 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 24 Sep 2024 14:09:40 -0400 Subject: [PATCH] Add tip for editor integrations to getting started guide --- guides/source/getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 17e778ba4b5d8..19efb781acd70 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -68,6 +68,9 @@ TIP: You can create new Rails apps come with a preconfigured Dev Container devel is the fastest way to get started with Rails. For instructions see [Getting Started with Dev Containers](getting_started_with_devcontainer.html) +TIP: For a better editor integration experience, you can follow +[this guide](https://shopify.github.io/ruby-lsp/editors.html). + The best way to read this guide is to follow it step by step. All steps are essential to run this example application and no additional code or steps are needed.