Ask Question

WebStorm is a commercial IDE built by JetBrains for editing JavaScript, HTML, and CSS. It is built on the IntelliJ IDEA platform.

5,105 questions

0votes1answer20views

IntelliJ different project settings based on used IDE

I have a Git repo with two directories: backend (PHP/Laravel code) frontend (TypeScript/Vue code) I would like that backend is marked as excluded when the project is opened in WebStorm and frontend ... user avatar Chris

  • 11.1k
0votes0answers18views

WebStorm / IntelliJ Object Literal error where it shouldn't be, right?

While typing my code in WebStorm OR IntelliJ (both latest versions), the code below gives me an error that in my opinion shouldn't be there. Am I missing something in my code here or could this be an ... user avatar Pascal van der Donk

  • 1
0votes0answers17views

JetBrains IDE inspection of Character sequence ']]>' must not appear in content unless used to mark the end of a CDATA section

The problem There is a highlighting (warning) displayed in the code in the various IDE's of JetBrains, in my case WebStorm and PhpStorm, that suggests that by concatenating strings the IDE does not ... user avatar Maximilian Fixl

  • 576
0votes0answers17views

How to jump into function definition in WebStorm with JavaScript

In PyCharm, I can easily jump to the usages or the definition of a function. For example, if it is like from app import a_function and I click on a_function by holding Cmd and then I am just inside ... user avatar iRestMyCaseYourHonor

  • 345
-2votes0answers30views

React TypeScript | "<Component> cannot be used as a JSX component" (WebStorm IDE issue?)

Have been working on a React TypeScript project on my work computer in WebStorm IDE (newest version), without any issues. I then clone the repo down on my personal computer and opens the project - ... user avatar Gustav Vingtoft

  • 120
0votes0answers31views

integrated (gnome-terminal) zsh vscode \ IDE webstorm

Hi all. I'm having a problem in integrating a customized zsh shell into vscode and webstorm IDE. By default, both code editors see the path to zsh at zsh, however, vscode writes 'The terminal process &... user avatar Valery Nosareu

  • 37
0votes0answers11views

How does WebStorm ignore some code analysis or ignore the yellow warning of some JS code files

How does WebStorm ignore some code analysis or ignore the yellow warning of some JS code files? user avatar bole kenit

  • 1
1vote0answers35views

Unresolved function or method send(), even if everything works ( WebStorm, discord.js )

I’m trying to create a bot with WebStorm using Node.js This is my code: const Discord = require( "discord.js" ) const client = new Discord.Client( { intents: ["GUILDS", ... user avatar TheSmith1222

  • 26
0votes0answers32views

After macOS update WebStorm, Android Studio doesn't see node and yarn

I recently updated macOS and now every time I open programs such as WebStorm or Android Studio it says that its missing node.js. The problem is that node is callable from terminal. Also if I open ... user avatar Danila Berentsev

  • 1
0votes0answers18views

Can you make IntelliJ display relative paths in the console?

Can I make this at tryRunOrWebpackError (/home/barakiva/Development/Projects/Interviews/SockChat/sock-chat-client/node_modules/webpack/lib/HookWebpackError.js:88:9) at __webpack_require_module__ (/... user avatar Bar Akiva

  • 881
0votes1answer15views

Is there any way to use external libraries in WebStorm debugger?

I want to test my code with lodash library, but WebStorm debugger doesn't recognize import statement of my code and throws ReferenceError. Also it throws SyntaxError when I use import statement in the ... user avatar Sejin Jeon

  • 316
1vote3answers53views

Cypress.io - problem with logging out from page

There's an element on a page that I need to test with Cypress to log out from the page : <a _ngcontent-jee-c99=""> Logout </a&... user avatar Maciej Szymański

  • 11
0votes2answers30views

Its possible to change the "webstorm" shell command to open a file in WebStorm?

I open files in WebStorm from the terminal with the command webstorm . when I'm working in a directory. Is there a way to change the command webstorm to anything more, like wstorm or something shorter ... user avatar Francisco Rapetti

  • 3
-1votes0answers19views

CORS error when using WebStorm integrated server [duplicate]

I'm creating a webpage with JavaScript and fetch for API requests for an internal use. My IP is authorized on the server for API request but for the development I use the WebStorm integrated server (... user avatar Marius ROBERT

  • 319
-1votes0answers39views

How do I use "Open in Editor URL" with WebStorm?

Believe it or not this search yielded no hits in Google. I was looking at the React Dev Tools in Chrome and I thought wow it would be nifty to use "Open in Editor URL" with WebStorm. But I ... user avatar jcollum

  • 40.3k

153050per page

1 2 3 4 5341