Why has VS Code stopped autocompleting an exported object?

后端 未结 0 1456
孤城傲影
孤城傲影 2020-12-12 20:00

In a file, I have the following object:

export const Styling = {
    ComponentA: () => {...},
    List: {
        ComponentB: () => {...}
    }
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题