在vim中,我可以使用*
来查找与foo匹配的行。在正常模式下,我也可以使用:global
来查找光标下的下一个单词。
有没有(标准)方法用光标下的单词做if let viewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "notification") as? NotificationPage {
if let navigator = navigationController {
navigator.pushViewController(viewController, animated: true)
}
}
?如果不是,最好的方法是什么?