You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,9 +173,9 @@ For monorepo configurations, specify the directory name containing your Nuxt pro
173
173
<br>
174
174
<br>
175
175
176
-
### Run scripts from the VSCode command palette or sidebar
176
+
### Execute Scripts with Ease
177
177
178
-
Main scripts are available from command palette, if you want to use a custom command you can find it in the sidebar. Besides `nuxt dev` command, all other commands run in the background and you can see the output in the VSCode output channel.
178
+
Access main scripts directly from the command palette for swift execution. Should you require a custom command, you can conveniently locate it in the sidebar. With the exception of nuxt dev, all other commands operate in the background, and you can monitor the output in the VSCode output channel.
179
179
180
180

181
181
@@ -184,9 +184,9 @@ Main scripts are available from command palette, if you want to use a custom com
184
184
185
185
### Toggle Nuxt Devtools from your status bar
186
186
187
-
[Nuxt Devtools](https://devtools.nuxtjs.org/)is a great tool! One of the great features it offer is working globally with your project if you are using Nuxt <= 3.4.0. You can toggle it from your status bar. Extension detects your Nuxt version and advices you to update if not.
187
+
[Nuxt Devtools](https://devtools.nuxtjs.org/)empowers you to make informed decisions about your project. Provides invaluable insights and transparency for your Nuxt application. Uncover performance gaps and effortlessly fine-tune your app configurations and more!
188
188
189
-
Manual toggling from nuxt.config.ts is detected and state is synced.
189
+
Nuxtr offers a toggle directly in your VSCode statusbar. Manual toggling from nuxt.config.ts is also detected and state is synced.
190
190
191
191

192
192
@@ -195,7 +195,10 @@ Manual toggling from nuxt.config.ts is detected and state is synced.
195
195
196
196
### Search and install Nuxt integrations
197
197
198
-
Almost full support for Nuxt modules with a typical searching/filters experience as Nuxt Modules directory. Once you have found your desired module and detected your package manager, it will be installed and added to the nuxt.config file. A success message will be displayed, along with a button to access the module documentation.
198
+
Effortlessly search for and install Nuxt modules, mirroring the familiar experience of the [Nuxt Modules](https://nuxt.com/modules) directory. Once you've located your desired module and your package manager is detected, it will be seamlessly integrated into your nuxt.config file. A success message will confirm the installation, along with a quick link to access the module documentation.
199
+
200
+
201
+
Search and Install Nuxt modules with a typical searching/filters experience as [Nuxt Modules](https://nuxt.com/modules) directory. Once you have found your desired module and your package manager is detected, it will be installed and added to the nuxt.config file. A success message will be displayed, along with a button to access the module documentation.
199
202
200
203
Starting from v0.1.0, you can filter integration types (modules/layers) from the sidebar.
0 commit comments