Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Refactoring

Hi,

I assume you are using CDT 7.0.x? Rename is much improved in CDT 8. You can try it here:
http://www.eclipse.org/downloads/index-developer.php

On 11-04-20 2:48 AM, Jesper Eskilson wrote:

Hi people,

I'm attempting to rename a variable declared inside an anonymous namespace:

namespace {
  X *foo;
}

This all goes fine, but CDT first scans every single source file in my project (~10k), which takes an annoyingly long time (10-15 seconds). Isn't that pretty unnecessary, given that the variable is only visible in the current source file?



Back to the top