Search: Restrict KtParameter usage scope to its containing declaration

#KT-13542 Fixed
 #KT-8672 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-22 11:30:19 +03:00
parent 6480118da6
commit e908c6c1b2
6 changed files with 49 additions and 3 deletions
+2
View File
@@ -96,6 +96,8 @@ These artifacts include extensions for the types available in the latter JDKs, s
### IDE
- [`KT-9125`](https://youtrack.jetbrains.com/issue/KT-9125) Support Type Hierarchy on references inside of super type call entries
- [`KT-13542`](https://youtrack.jetbrains.com/issue/KT-13542) Rename: Do not search parameter text occurrences outside of its containing declaration
- [`KT-8672`](https://youtrack.jetbrains.com/issue/KT-8672) Rename: Optimize search of parameter references in calls with named arguments
#### Refactorings