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

8
8
9
-
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 two tabs, **Active Page** 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.
9
+
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** 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.
10
10
11
11
## Features
12
12
@@ -34,6 +34,15 @@ The **Routes** tab enables you to manage and explore the routes within your Remi
34
34
35
35
The **Timeline** side tab provides a timeline view of events occurring during the development process. This tab helps you track the sequence of actions and events, providing valuable insights into the execution flow of your application.
36
36
37
+
### Terminal tab
38
+
39
+
The terminal tab allows you to run terminal commands from the Remix Dev Tools. This is useful for running commands like `npm run typecheck` or `npm run lint:fix` without having to switch to the terminal in VS code. The tab requires you to connect to Remix Forge VS Code extension to work properly.
40
+
41
+
You can press `Arrow Up` and `Arrow Down` to cycle through the history of commands you have run in the terminal.
42
+
You can press `Arrow Left` and `Arrow Right` to cycle through all available commands in your projects package.json file.
43
+
You can press `Ctrl + C` to cancel the current command.
44
+
You can press `Ctrl + L` to clear the terminal.
45
+
37
46
## Getting Started
38
47
39
48
To install and utilize Remix Development Tools, follow these steps:
0 commit comments