原文链接:点击打开链接
摘要: ## 背景 最近因为工作需要,研究了vscode的代码,看文档时发现其中提到了Dependency Injection,并且在类的构造函数中看到了这样的写法。 ``` javascript constructor( id: string, @IMessageService messageService: IMessageService, @IStorageService s ## 背景 最近因为工作需要,研究了vscode的代
原文链接:点击打开链接
摘要: ## 背景 最近因为工作需要,研究了vscode的代码,看文档时发现其中提到了Dependency Injection,并且在类的构造函数中看到了这样的写法。 ``` javascript constructor( id: string, @IMessageService messageService: IMessageService, @IStorageService s ## 背景 最近因为工作需要,研究了vscode的代