Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ExtractType and ExtractInterface refactoring via rename lib #133

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

AlexHaxe
Copy link
Member

@AlexHaxe AlexHaxe commented Nov 7, 2024

added autodiscovery of classpath - deprecating haxe.renameSourceFolders setting for Haxe 4
refactored rename cache
fixed repeated rename operations breaking rename cache
fixed rename / refactor operations not working on unsaved files

added autodiscovery of classpath - deprecating haxe.renameSourceFolders setting for Haxe 4
refactored rename cache
fixed repeated rename operations breaking rename cache
fixed rename / refactor operations not working on unsaved files
@RblSb
Copy link
Member

RblSb commented Nov 8, 2024

Found bad case, there is no interface
image

@AlexHaxe
Copy link
Member Author

AlexHaxe commented Nov 8, 2024

I wouldn't call it a bad case. there is a thing called "marker interface".
and with Haxe you can have an @:autoBuild on an empty interface so it can add / modify fields of implementing classes even if those classes have nothing else in common.

@AlexHaxe AlexHaxe mentioned this pull request Nov 14, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants