Productivity & Editor Improvements
This update focuses on improving the overall development workflow by adding new debugging, navigation, and editing features.
Problems Panel
A new Problems tab has been added to the bottom panel.FeaturesReal-time syntax diagnostics powered by the Monaco Editor.
Displays Errors, Warnings, and Info with dedicated icons and colors.
Clicking a problem instantly jumps to the corresponding line.
The tab title automatically updates to show the current number of detected issues (e.g. Problems (2 errors)).
Global Search & Replace
The Search panel has been completely rebuilt.New capabilities
Search across all opened files.
Regular Expression (Regex) support.
Match Case option.
Replace All across every opened file.
Integrated Color Picker
Enabled Monaco’s built-in Color Decorators.
Color values such as:
#ff0000
rgb(255,0,0)
hsl(…)
now display an inline color preview that can be clicked to open the color picker directly inside the editor.
Empty Projects
Creating a New Empty Project now generates a completely blank workspace.
No default index.html or starter files are created, allowing users to build their project structure from scratch.
Command Palette Improvements
The Command Palette now provides a smoother experience.
Press Escape to close it instantly.
Clicking outside the modal also closes it automatically.
Explorer Improvements
Added a Refresh Explorer button to quickly reload the file tree after external changes are made to the project directory.
Editor Improvements
Added support for Ctrl + and Ctrl - to zoom the editor in and out.
Added a quick toggle in the status bar to switch between Absolute and Relative line numbers.
- 1 devlog
- 11h