Sublime Text Build 4169. Goto Definition doesn’t work on a fresh install of ST4 in my NodeJS project.
I have verified
- The node modules have been installed correctly.
- index_files are set to true
However, when pressing F12 on code like
import { GlobalStyles } from ‘@mui/material’;
It’s simply reporting Unable to find material at the bottom.
Any idea?