Questions Tagged [Webstorm]
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...
WebStorm is a commercial IDE built by JetBrains for editing JavaScript, HTML, and CSS. It is built on the IntelliJ IDEA platform.
Must Read
5,105
questions
0
votes
1
answer
20
views
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 ...
0
votes
0
answers
18
views
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 ...
0
votes
0
answers
17
views
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 ...
0
votes
0
answers
17
views
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 ...
-2
votes
0
answers
30
views
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 - ...
0
votes
0
answers
31
views
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 &...
0
votes
0
answers
11
views
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?
1
vote
0
answers
35
views
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", ...
0
votes
0
answers
32
views
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 ...
0
votes
0
answers
18
views
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__ (/...
0
votes
1
answer
15
views
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 ...
1
vote
3
answers
53
views
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="" class="logout ng-tns-c99-0 ng-star-inserted"> Logout </a&...
0
votes
2
answers
30
views
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 ...
-1
votes
0
answers
19
views
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 (...
-1
votes
0
answers
39
views
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 ...