www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Zeus IDE Updated for D

reply Jussi Jumppanen <info zeusedit.com> writes:
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
parent Dana Allison <crummyreeve gmail.com> writes:
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