-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate improving webpack support #32108
Comments
See #9594 (comment). |
Hi there!! Sean from webpack. Is this still on your backlog?? I was just thinking about the many ways that this could integrate really well. One thing is our configuration validation schema which stays 100% up to date with webpack, found here: https://github.com/webpack/webpack/blob/master/schemas/webpackOptionsSchema.json Happy to help hack on this if needed! Feel free and ping me. (If I don't respond here catch me on MS mail or Teams). |
Yes. There are two areas that I think we could improve to start with:
Let me know if you have any other ideas as well or are interested in getting started. We should also meet up some time to talk more about this |
Is there any news on this? |
I love the idea of better support for I'm working on a few webpack-based projects now, which I have been able to successfully write This also means that symbol discovery and automatic import statement generation works in I would be keen to take a look at improving support for this, if it's something VS Code would consider accepting. Update: Actually, I just investigated a little further, and I think this might be resolved in the most recent version of Typescript: So maybe my real question is whether it's possible to use a more recent version of |
@ajhyndman You can use |
@gulshan Thanks! I'll give it a shot. |
Okay, I'm not really sure I understand what's going on, anymore. It looks like, even with the version of typescript that's shipped with VS Code, I can actually get symbol discovery across local source code, if my jsconfig looks like this:
However, if I have a deeply nested package structure (with import statements that look like
In this latter case, "jump to definition" functionality works correctly, but symbol discovery does not. This behaviour appears unchanged in |
My opinion is that webpack intellisense is important. I can confirm that it's not working at all.
|
@TheLarkInn Is there any update on this?? I would love to contribute, in developing an VS Code extension for supporting webpack intellisense. Please provide your ideas on this. |
Closing this exploration. Please open feature requests or bug reports for any specific problems you run into when working with webpack |
Explore how we can improve support for webpack such as help configuring your
tsconfig.json
file to be in sync with yourwebpack.config
.The text was updated successfully, but these errors were encountered: