# Future Ideas
`iced-markup` is just getting started. Here are some ideas for future versions:
## The Roadmap
- [ ] **Hot Reloading Integration**: Exploring ways to reload markup without full re-compiles.
- [ ] **Custom Style DSL**: More concise way to define styles directly in the markup.
- [ ] **Expanded Widget Support**: Better out-of-the-box support for less common Iced widgets.
- [ ] **IDE Tooling**: Language server features (LSP) for syntax highlighting and autocomplete in VS Code and Neovim.
## Why it matters
Building UIs in Rust should be as fast and pleasant as building for the web, but with the performance and safety of a compiled language. `iced-markup` is a giant step in that direction.