Ed94 / refactor

Refactor identifiers. Intended for c/c++ like symbol identifiers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite with gencpp

Ed94 opened this issue · comments

commented

This tool is very basic and was my first "run" of trying something like this out.

gencpp has since been made and will eventually support parsing C/C++ to some competent degree. When that occurs it will be a capable WYSIWYG frontend parser that could be used to do more rich refactors on a codebase.

These include renaming based on full-context of an identifier, removing code, adding code, etc.