Replies: 1 comment 7 replies
-
My first guess is it's related to https://github.com/CodinGame/monaco-vscode-api/wiki/Troubleshooting#the-typescript-language-features-extension-is-not-providing-project-wide-intellisense |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Recently, I've noticed that some refactoring options are not shown in my application, as observed in the following images.
Actual behavior:

Desired behavior:

In my implementation, I use dynamic import/activation of this extensions for js files:
Do you have any tips on what I can be doing wrong?
Additionally, there's a way to show just one of the libraries (js or ts, preferentially ts) when I hover/click, or can be made just removing one of them?
Beta Was this translation helpful? Give feedback.
All reactions