VS code cannot route to the implementation of an interface. Alt+F12 is not working too. Is there anyway to fix this problem? Visual Studio code version 1.19.3
.
Asked
Active
Viewed 4,005 times
2

Xavier Guihot
- 54,987
- 21
- 291
- 190

chetra tep
- 189
- 5
- 20
3 Answers
0
Try Ctrl+K+S and see your key maps.
Another really useful option is Ctrl+K+M

Xavier Guihot
- 54,987
- 21
- 291
- 190

alerya
- 3,125
- 3
- 28
- 50
-
I know that. `Ctrl + 12` is listed in shortcut command but it is not working. I mean no action triggered. It seems like it cannot find the implemented class of the interface. On eclipse it is working as normal. – chetra tep Feb 05 '18 at 01:42
-
Then I guess your implementation is in the library. :) – alerya Feb 05 '18 at 13:36
0
As for scss files i got this problem after i changed
// Allows to display errors.
"scss.showErrors": false
to
"scss.showErrors": true
in Settings... gl

Eugene
- 492
- 4
- 9
0
The following answer helped me with the same issue. It enumerates steps to enable/disable all extensions.

Gibron
- 1,350
- 1
- 9
- 28