简体   繁体   English

#Mark:相当于飞镖/颤振?

[英]#Mark: equivalent in dart/flutter?

I want to categorised method in dart file like in Xcode/Swift we use //MARK : Some Custom String for Quick view.我想在 dart 文件中对方法进行分类,就像在 Xcode/Swift 中一样,我们使用//MARK : Some Custom String for Quick view。

Also is there any setting in Android Stduio where i can see all method defined in file. Android Stduio 中是否有任何设置,我可以看到文件中定义的所有方法。

It depends on the IDE you're using.这取决于您使用的 IDE。
On Android Studio / IntelliJ you can use the region comments as explained here在 Android Studio / IntelliJ 上,您可以使用此处解释的区域注释

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Dart/Flutter 中的“#define”等价物? - "#define" equivalent in Dart/Flutter? Flutter 和 Dart 中的构造函数中的 {} 标记是什么 - What is {} mark at constructors in Flutter and Dart Dart/Flutter 中 TimingLogger 的等价物是什么? - What is the equivalent of TimingLogger in Dart/Flutter? Dart / Flutter与PHP的gmmktime()等效吗? - What is the Dart/Flutter equivalent of PHP's gmmktime()? 的意义是什么 ”!。” 在飞镖? “!.”的等价代码是什么? ? -扑 - What is the meaning of “!.” in Dart? What is the equivalent code of “!.” ? -Flutter 在 dart/Flutter 中是否有与 python 中的 global 关键字等效的关键字? - Is there an equivalent to the global keyword from python in dart/Flutter? 在 Flutter/Dart 中是否有与 Kotlin 的“内部”可见性修饰符等效的东西? - Is there anything equivalent to Kotlin's `internal` visibility modifier in Flutter/Dart? Python 可以有虚拟环境,是否有 Dart/flutter 的等价物? - Python can have virtual environments, is there an equivalent for Dart/flutter? Flutter Dart Socket中的java socket.setSoLinger(true,0)等效于什么? - What is equivalent of java socket.setSoLinger(true,0) in Flutter Dart Socket? Dart/Flutter:如何在不使用 Equatable 的情况下比较 2 个对象是否等效 - Dart/Flutter : How to compare if 2 objects are equivalent without using Equatable
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM