流年
流年
### 重现步骤 - 新建一个工程; 下载tag为3.7.5的版本并拖入工程. - 工程配置: Target -> build setting -> debug information format -> debug -> DWARF with dSYM file 配置目的:可以在debug模式下找可能有内存泄漏的代码 - 在第一个启动的VC的 ViewDidLoad中 放入如下代码 ``` MJRefreshNormalHeader *header...
### If a filename contain a "." , vscode terminal problem panel `don`t show any lint message eg: if code in cc.rs file ``` fn foo() ->i32 { } ```...
I'm not familiar with swift ,but OC,so .... is there a oc version?
``` @override Widget build(BuildContext context) { return DefaultTabController( length: tabs.length, // child: Scaffold( body: NestedScrollView( headerSliverBuilder: (context, innerBoxIsScrolled) { return [ const SliverAppBar( centerTitle: true, title: Text('XXXX'), pinned: true, forceElevated:...
Hi there i really want to known how to get code hints via dart plugin in VS Code : ``` @override Widget build(BuildContext context) { return ElevatedButton(onPressed: onPressed, child: child)...