DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Improve: implement Open Element (Ctrl+Shift+T) functionality #133

Open vadim-goryunov opened 8 years ago

vadim-goryunov commented 8 years ago

Open Element (Ctrl+Shift+T) functionality is an essential tool in code browsing. In case Go to definition fails OR when you know the class name but don't remember where it locates Open Element provides a quick search across indexed symbols. In C++ it is a very valuable as with templates Go To Definition is tricky. In the same time Open Element may show the function or class even if it is templated.

Please implement it for DDT. image