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

12
13
13
14
Remix Development Tools is an open-source package designed to enhance your development workflow when working with Remix, a full-stack JavaScript framework for building web applications. This package provides a user-friendly interface consisting of three tabs, **Active Page**, **Terminal**, **Settings** and **Routes**, along with a side tab called **Timeline**. With Remix Development Tools, you can efficiently monitor and manage various aspects of your Remix projects, including page information, URL parameters, server responses, loader data, routes, and more.
@@ -26,6 +27,11 @@ Remix Development Tools is an open-source package designed to enhance your devel
26
27

27
28
## What's new?
28
29
30
+
## v3.2.1
31
+
32
+
- View-source > you can CTRL + right-click any element in the browser to open it up in your VS code. This requires you to have VS code "code" executable set in your PATH which is an optional checkbox durring the installation process or you can add it yourself manually as a PATH variable
33
+
- Open in VS code button on routes > you can open up route segments directly in vscode, the same is needed as above
34
+
29
35
## v3.1.0
30
36
31
37
- Cache information on the client side -> shows you how long and where each loader is cached for
@@ -79,6 +85,10 @@ Here are features offered on the server side of Remix Development Tools:
79
85
More features are coming soon!
80
86
81
87
## Client
88
+
89
+
### View source
90
+
91
+
CTRL + Right-click any element in the browser to open it directly in your vscode instance!
82
92
### Active Page Tab
83
93
84
94
The **Active Page** tab in Remix Development Tools allows you to gain insights into the current page you are working on. It provides valuable information and data that can assist you in debugging and understanding the behavior of your application.
0 commit comments