Categories
JetBrains Blogs
Tags
Angular Angular2 completion css dart debug debugger debugging EcmaScript 6 editor eslint Flow Grunt html javascript Jest karma Meteor Mocha newsletter node.js npm PhpStorm productivity react react-native refactoring spy-js testing TSLint TypeScript unit testing Vue.js webinar webpack WebStorm WebStorm 2016.2 WebStorm 2016.3 WebStorm 2017.1 WebStorm 2017.2 WebStorm 2017.3 WebStorm 2018.1 WebStorm 2018.2 WebStorm 2018.3 WebStorm 2019.1Meta
Tag Archives: node.js
WebStorm 2018.3: improved Angular support, better autoimports, GitHub Pull Requests, and more
⭐️WebStorm 2018.3 is now here!⭐️ WebStorm 2018.3 brings lots of exciting new features and enhancements across the board. Much-improved Angular support, GitHub Pull Requests, debug for Node.js worker threads, and lots more await! Explore the top new features and download … Continue reading
Posted in Release Announcements
Tagged Angular, debugger, eslint, git, GitHub, javascript, newsletter, node.js, react, TSLint, TypeScript, Vue.js, WebStorm 2018.3
7 Comments
WebStorm 2018.3 EAP #6: debugging Node.js workers, high-contrast theme, new code style options for style sheets
WebStorm 2018.3 Early Preview build #6 is now available! If you’re unfamiliar with our Early Access Program or if you want to catch up on all the new features, check out the previous EAP blog posts. Toolbox App is the … Continue reading
Posted in Early Access Preview
Tagged css, debugger, eslint, javascript, newsletter, node.js, TSLint, TypeScript, WebStorm 2018.3
2 Comments
WebStorm 2018.2: Extract React component, integration with ‘ng add’, Node.js on WSL, and more
🎉 Today we’re announcing WebStorm 2018.2! 🎉 WebStorm 2018.2 brings a lot of new powerful features and improvements, including the Extract React component refactoring, new integrations with Angular CLI, better testing workflow and Node.js debugging experience. Explore the top new … Continue reading
Posted in Release Announcements
Tagged Angular, debugging, eslint, Jest, karma, Linters, Mocha, node.js, react, testing, TSLint, Vue.js, WebStorm 2018.2
23 Comments
WebStorm 2018.2 EAP, 182.3341: extract React component, global file watchers, rerun failed tests
Please welcome WebStorm 2018.2 EAP #6! Toolbox App is the easiest way to get EAP builds. You can also get notifications right in the IDE when a new EAP build is available: simply go to Preferences | Appearance & Behavior … Continue reading
Posted in Early Access Preview
Tagged Angular, File Watchers, node.js, react, refactoring, WebStorm 2018.2
5 Comments
WebStorm 2018.2 EAP, 182.3208: debug with Node.js on WSL, new UI for inspection tooltips, new intentions
Please welcome WebStorm 2018.2 EAP #5! Toolbox App is the easiest way to get EAP builds. You can also get notifications right in the IDE when a new EAP build is available: simply go to Preferences | Appearance & Behavior … Continue reading
Posted in Early Access Preview
Tagged javascript, node.js, TypeScript, WebStorm 2018.2, WSL
2 Comments
WebStorm 2018.1 EAP, 181.3986: create new projects with Vue CLI
The new WebStorm 2018.1 Early Preview build (181.3986.8) is now available! You can update via Toolbox App, or download the build here and install it beside your stable WebStorm version. Download WebStorm 2018.1 EAP To learn more about all the new features added … Continue reading
Debugging Node.js apps in WebStorm
WebStorm makes it easier to debug Node.js apps. You can put breakpoints right in your source code (no more debugger and console.log() statements!), which can be written in JavaScript or TypeScript. You can do many things that will help you … Continue reading
How to configure code completion in full-stack JavaScript projects?
If you’re working on a full-stack JavaScript application in WebStorm, you’ve probably noticed that code completion suggests some Node.js APIs in your client-side code and DOM APIs in the Node.js code. Here’s how to fix that. What is Library in … Continue reading
Quick Tour of WebStorm and Docker
Node.js developers are embracing Docker for repeatable builds, and WebStorm supports Docker-oriented workflows: Quickly bootstrap your Node.js app with a Dockerfile, then run and debug your app in Docker, from the WebStorm IDE. Let’s take a look. Note: WebStorm’s Docker … Continue reading
WebStorm 2016.3 released: Flow, better TypeScript support, debugging React Native apps, Stylelint, and more
Please meet WebStorm 2016.3, the third big WebStorm update of 2016 jam-packed with new features! For the past four months we’ve been working hard to improve support for ES6, TypeScript, and Flow and integrate more tools into the IDE, to … Continue reading
Posted in Release Announcements
Tagged Angular2, Docker, node.js, Protractor, react, react-native, stylelint, TypeScript, WebStorm 2016.3
40 Comments