This post originated from an RSS feed registered with Web Buzz
by Huw Collingbourne.
Original Post: ActionScript Refactoring: SmartTags
Feed Title: SapphireSteel Software
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend&id_rubrique=1
Feed Description: Discussion of Ruby, Flex and the Ruby In Steel and Amethyst/Flex IDEs for Visual Studio.
If you are used to developing with a Microsoft language such as C# you are probably well acquainted with SmartTags. These are little context-sensitive widgets that appear when some kind of action can be taken in response to an editing change. The latest beta of Amethyst provides SmartTags for refactoring. If you change the name of a variable, class or method, a tag appears to let rename all references to that identifier throughout your entire project. In fact, Amethyst also supports (...)