是否有创建 kotlin class 的快捷方式?
Is there any shortcuts for creating kotlin class?
我有时会创建很多 类,键盘快捷键可以节省我的时间。先感谢您。每次都要在包名上右击吗?
在 kotlin 中创建新 class 的键盘快捷键是
Command+N - then select the kotlin file or class
我有时会创建很多 类,键盘快捷键可以节省我的时间。先感谢您。每次都要在包名上右击吗?
在 kotlin 中创建新 class 的键盘快捷键是
Command+N - then select the kotlin file or class