|
From: | Dmitry Gutov |
Subject: | Re: IDE |
Date: | Fri, 16 Oct 2015 16:06:56 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 |
On 10/16/2015 01:00 PM, Przemysław Wojnowski wrote:
IMHO Semantic + SRecode combo, even with information from only one buffer, is a great fit for implementation of many local refactorings: Extract Method, Extract Var/Const, Inline temp, etc. (see here: http://www.refactoring.com/catalog/)
In theory, it could be. But from what I've read from various mailing list postings, Semantic grammars often skip over the method contents. And that where most of the code lives (which you want to refactor).
[Prev in Thread] | Current Thread | [Next in Thread] |