You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename ChangesCache to ChangesHistory
* Delete debug writing to console
* Implement base version of RenamingSuggester
* Add new methods to ChangesHistory and rename every part equal 'cache' to 'history' in identifiers
* Edit RenamingSuggester to throw suggestion only when user renames 3+ equal identifiers with any write action
* Mark current test classes as deprecated, because tests need to be implemented using only Event Dispatch Thread.
* Add test for RenamingSuggester that running only in Event Dispatch Thread
* Add more tests for RenamingSuggester
* Remove println and cleanup in RenamingSuggester
* Rename missed package name 'cache' to 'history'
* Edit RenamingSuggester to throw suggestion only when modified identifiers references to one declaration and declaration is also modified
* Change groupId to null in FeatureSuggesterTest.pasteFromClipboard()
* Rename testing methods and extract some code to setUp method in RenamingSuggesterTest
* Add new tests for RenamingSuggester
* Add comment to test with strange behaviour
* Change idea version and add python plugin dependency
* Edit RenamingSuggester to throw suggestion only when all identifiers of variable is renamed. Now is working only with Python and throws exceptions that need to be fixed.
* Add new Python test file and rename old java test file
* Divide RenamingSuggesterTest to java and python implementations
* Add listening the 'before' actions of PSI changes
* Reimplement RenamingSuggester supporting throwing suggestion when user is renaming identifiers in java or python
* Update tests for new version of RenamingSuggester
Suggest to use a live template after a code is typed manually (or copy/pasted)
The text was updated successfully, but these errors were encountered: