Integrated CLI Terminal
FuzzyIDE offers an integrated Terminal so you can run commands directly from within the IDE, eliminating the need to open an external console window.
Features
- Multi-tab Support: You can start multiple terminal sessions simultaneously. For example, you can have a Node.js server running in one tab while performing
gitoperations in another. - Quick Access: You can quickly open and hide the terminal via the toolbar or shortcuts whenever you need it.
- ANSI Color Support: Standard terminal colors are fully supported, allowing you to easily read colored console outputs just as you would in a native console.
- Project Directory Synchronization: When the terminal is opened, the root directory of your current Unity project is automatically set as the active working directory.
Managing Tabs
- Opening a New Tab: Click the + (New Tab) icon at the top of the terminal panel. The newly opened tab will be instantly ready to use, starting a new shell process in the background.
- Switching Tabs: You can click on the tab names to switch between active tabs.
- Renaming Tabs: Right-click on any tab’s title and select Rename to assign it a custom name (e.g., “Build”, “Server”).
- Closing Tabs: Close the terminals you are done with by clicking the x button next to them.