Login
Create new posts
但是补全目前似乎还不会受到智能照顾,比如我光标放在 thisIsAThing 的 AT 中间,把 A 删掉,它补全先出现的可能是 thisIsAnAnimal,而不是 thisIsAThing,尽管我后面的 Thing 已经存在了。 是的,因为它只认了前面一半,这个时候按Tab是把后面的覆盖掉。 补全的状态中把光标往后移动就可以了
image
我很讨厌 Angular,但越是讨厌,就越要去战胜它。
emmm 非常有趣的净土
经过试验,实际上只需要 export TypeOf<T> = T 然后在前端代码中只使用 TypeOf<Question> 就好(如果模型是 Question)。 TS 真是太美妙了!
我最近在用一种似乎可行的方式,就是把文件从文件列表中拖动到 panel 上。
see this How to create two editor panes for the same file? ttps://stackoverflow.com/q/1846565/8590320
Create new posts