Re: semantic-symref question

Eric Ludlam <[email protected]> Wed, 20 Nov 2019 22:13:28 -0500
Newsgroups gmane.emacs.semantic
Message-ID <[email protected]>
On 11/19/19 11:33 PM, Anand Tamariya wrote:
> Hi Eric,
> What are your thoughts about integrating semantic parsing with symref 
> for refactoring? Is it possible/desirable?

Hi Anand,

That was one of my goals with those two tools.  You may notice that in a 
symref buffer, there are some options in the menu for doing renames.  I 
didn't get very far with this project.

Someone else started a refactoring tool using a mix of semantic, symref, 
and srecode.

https://github.com/tuhdo/semantic-refactor

I haven't done any coding in a while so haven't tried this much myself.

Eric