Intentions: Implement intention which rename file according to the top-level class name

#KT-15068 Fixed
This commit is contained in:
Alexey Sedunov
2016-12-21 13:41:33 +03:00
parent c7aefa2842
commit 6b57a3e338
16 changed files with 88 additions and 0 deletions
@@ -0,0 +1,5 @@
// Foo.kt
class <spot>Foo</spot> {
}
@@ -0,0 +1,5 @@
// bar.kt
class <spot>Foo</spot> {
}
@@ -0,0 +1,5 @@
<html>
<body>
This intention renames file according to the top-level class name.
</body>
</html>