Replies: 1 comment
-
Hope can get response from you guys, thx. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
monaco-editor version: 0.23.0
Browser: Chrome
OS: Mac
Hey, I'm trying to build an IDE like the pic below. The multi editor works fine.
![image](https://user-images.githubusercontent.com/10558062/128146999-865d6ef6-b587-4d52-91fd-32f286bbe3fa.png)
But now I meet a problem is how to achieve the intelligent code-completion from import file.
As the example from playground,
can do this job.
![image](https://user-images.githubusercontent.com/10558062/128149298-ed815ebb-1063-412c-af4c-eabf6a9d79a3.png)
But when the file got an import as same as the namespace from extra lib, the completion was replaced just like this.
Is there any way that can keep using import from extra library and still get the completion?
Beta Was this translation helpful? Give feedback.
All reactions