Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Constantine Peresypkin
Total activity
15
Last activity
July 25, 2024 17:09
Member since
April 25, 2019 14:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (0)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
July 25, 2024 17:09
The only thing Ctrl-W is good for is: delete the last word in the terminal.So, no. But now I understand where that decision of closing things with Ctrl-W comes from…> CTRL-W was almost universally ...
Community
IntelliJ IDEA EAP Users
Do You Use The Ctrl-W Keyboard Shortcut?
0 votes
Created
October 29, 2021 11:14
Hi, we are here in 2021, and there is still no syntax highlight for Python in WebStorm.
Community
WebStorm
Python support for webstorm
0 votes
Created
August 23, 2021 09:37
No it doesn't. Have no way to exclude directory in a newly imported cmake project.There is no such option in the menu. Only "mark as project sources" or "library files"
Community
CLion
clion 2019.3. Back to NO WAY TO EXCLUDE directories from Indexing?
0 votes
Created
April 15, 2021 12:30
Elena Pogorelova> add --prof option there and reopen the project.This will enable NodeJS profiling and create an isolate-**-v8.log file in the service working directory. The log file can then be an...
Community
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
0 votes
Edited
February 12, 2020 18:34
Obviously I'm using rollup with "module" for the compiled sources.All the libraries are ESM anyway. I'm trying to solve the JSX problem, I've already solved the ESM one.
Community
WebStorm
How to configure source maps generated by babel?
0 votes
Created
February 12, 2020 18:28
Okay. Found it. // eslint-disable-next-line no-undefSystem.config({ paths: { 'myLib': '../myLib/src/index.js', },})
Community
WebStorm
How to configure source maps generated by babel?
0 votes
Created
February 12, 2020 18:20
The `dist/` is excluded. Navigation still uses it every time. Obviously because `dist/` is marked as { "module": "./dist/index.js" } in package.json
Community
WebStorm
How to configure source maps generated by babel?
0 votes
Created
February 12, 2020 17:37
I'm sure I understand perfectly what was meant by the original poser.Suppose I have `src/` and `dist/` directory in my library. Where in the src/ I have JSX source and in `dist/` the transpiled cod...
Community
WebStorm
How to configure source maps generated by babel?
0 votes
Created
April 25, 2019 14:14
@Elena removing "safe write" indeed fixes the problem.Atom, Hyper or Visual Studio Code do not have problems in the same scenario.
Community
WebStorm
"Cannot save" while running webpack hotreload or nodemon in Bash on Windows
0 votes