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
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
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 ... intellij-idea phpstorm webstorm
Chris
- 11.1k
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 ... javascript angular typescript intellij-idea webstorm
Pascal van der Donk
- 1
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 ... ide phpstorm webstorm jetbrains-ide code-inspection
Maximilian Fixl
- 576
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 ... javascript python webstorm
iRestMyCaseYourHonor
- 345
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 - ... reactjs typescript jsx webstorm
Gustav Vingtoft
- 120
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 &... visual-studio-code zsh webstorm fedora integrated
Valery Nosareu
- 37
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? javascript html css webstorm
bole kenit
- 1
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", ... javascript node.js discord discord.js webstorm
TheSmith1222
- 26
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 ... node.js macos terminal global-variables webstorm
Danila Berentsev
- 1
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__ (/... intellij-idea webstorm
Bar Akiva
- 881
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 ... node.js debugging settings webstorm jetbrains-ide
Sejin Jeon
- 316
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&... node.js automated-tests cypress webstorm
Maciej Szymański
- 11
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 ... macos terminal command webstorm
Francisco Rapetti
- 3
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 (... javascript cors fetch webstorm
Marius ROBERT
- 319
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 ... reactjs google-chrome-devtools webstorm react-devtools
jcollum
- 40.3k
153050per page