Skip to content

Commit b0b5a03

Browse files
committed
readme tweaks
1 parent 5d2d3ab commit b0b5a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Ember Source Lens is a powerful development tool that lets you navigate your Emb
1818
## ✨ Features
1919

2020
- **🎯 Precise Navigation** - Click any component to jump directly to its source file, line, and column
21-
- **⚡ IDE Integration** - Open the precise line in your editor.Supports VSCode, Cursor, WebStorm, Sublime Text, Windsurf, and more
21+
- **⚡ IDE Integration** - Open the precise line in your editor. Supports VSCode, WebStorm, Atom, Sublime Text, Cursor, and Windsurf.
2222
- **🔥 Inline Editing** - Edit components in the inline editor
2323
- **🎨 Visual Overlay** - Hover over elements to see highlighted component boundaries
2424
- **⌨️ Keyboard Shortcut** - Quick toggle with `Cmd+Shift+L` (or `Ctrl+Shift+L` on Windows/Linux)
@@ -128,7 +128,7 @@ export default defineConfig({
128128

129129
### Workflow
130130

131-
1. **Activate Source Lens** - Press `Cmd+Shift+L` or click the toggle in your app
131+
1. **Activate Source Lens** - Press `Cmd+Shift+L` to enable the Source Lens panel
132132
2. **Enable Inspect Mode** - Click the 🔍 inspect button in the Source Lens panel
133133
3. **Hover Over Components** - Move your mouse over any component to see its source location
134134
4. **Click to Select** - Click on a component to select it and view details

0 commit comments

Comments
 (0)