Li Lanjun

Results 7 comments of Li Lanjun

@Undin [idea.log](https://github.com/intellij-rust/intellij-rust/files/8806387/idea.log) Log file generated by restarting the IDE

Downloading the creates in the official **crates.io** in China is very slow, so I used a [proxy mirror](https://rsproxy.cn/): ``` TOML [source.crates-io] replace-with = 'rsproxy' [source.rsproxy] registry = "https://rsproxy.cn/crates.io-index" [registries.rsproxy] index...

@jaked The example [Search Highlighting](https://www.slatejs.org/examples/search-highlighting) only supports search and decoration in one TextNode. ![image](https://user-images.githubusercontent.com/35945793/131597733-f8940792-65f5-4944-ab30-fce6b35adbb9.png)

@jaked Tanks!

Search in files and search in workspace belong to different scopes, so I think they should be separated rather than linked together.

> 这些会在下个版本去迭代 期待该产品会带来一个完美的 SQL 编辑体验。 在 ReadMe.md 中提的特性 - 强大的数据管理能力,支持数据表、视图、存储过程、函数、触发器、索引、序列、用户、角色、授权等管理。就目前来说还有待提升

String 是类型而不是模块,from 是关联函数而不是方法。方法是指在对象的实例上通过 `.` 操作符进行调用