digitalmars.D.ide - Zeus IDE Updated for D
- Jussi Jumppanen (5/5) Jan 10 The latest version of Zeus adds accurate syntax highlighting for
- Dana Allison (3/9) Jun 02 Great tips! Using -dip1000 and smaller modules really helps with
The latest version of Zeus adds accurate syntax highlighting for the D language using tree sitter. More details can be found here: https://www.zeusedit.com/whatsnew.html **NOTE:** Zeus is a commercial IDE that only runs on Windows.
Jan 10
On Friday, 10 January 2025 at 11:09:25 UTC, Jussi Jumppanen wrote:The latest version of Zeus adds accurate syntax highlighting for the D language using tree sitter. More details can be found here: https://www.zeusedit.com/whatsnew.html [bitlife](https://elifesimulation.io/) **NOTE:** Zeus is a commercial IDE that only runs on Windows.Great tips! Using -dip1000 and smaller modules really helps with build times. Avoiding extra imports is smart too.
Jun 02