Intentions: Implement intention which rename file according to the top-level class name
#KT-15068 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Foo.kt
|
||||
|
||||
class <spot>Foo</spot> {
|
||||
|
||||
}
|
||||
+5
@@ -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>
|
||||
Reference in New Issue
Block a user