Visual D Needs refactoring capabilities and better error handling
    Rainer Schuetze via Digitalmars-d-ide 
    digitalmars-d-ide at puremagic.com
       
    Sun Sep  6 02:14:48 PDT 2015
    
    
  
On 05.09.2015 18:49, Prudence wrote:
> 1. A simple "refactor" on the RMB popup on a word in the text editor.
> This is pretty common among modern languages and should be easy to add.
Reliable refactoring is never easy, and D is a pretty complicated 
language. As a first step I've recently added a "Find references" 
command but that doesn't yet work too well.
>
> 2. I'm routinely having to flip from the errors tab to the output tab
> because the output is not being processed for errors. (errors tab is
> empty, yet it shows there are errors(by number))
>
There seem to be some "not implemented" messages in the "Test Cloud" 
output window that show up in the Error List if you choose "Entire 
Solution" as the filter. I'll have to investigate where these come from.
    
    
More information about the Digitalmars-d-ide
mailing list