Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Jacek Jaroczynski
Total activity
43
Last activity
June 01, 2021 12:16
Member since
January 30, 2008 10:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
14
Activity overview
Posts (12)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
June 01, 2021 12:16
Alright. I got it working after your tips. Few hints that might help others: --inspect-brk does not work in my case. Starting Node halts and nothing happens. --inspect works well moving the src/...
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
June 01, 2021 10:18
There are many other things going around and starting it through yarn is simpler: nodemon ./server/server.js -V -e 'js,jsx' -i './tests/' -i './app' --exec 'node --inspect --require @babel/register...
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
June 01, 2021 07:18
Hi Elena, I use Node v14.4.0. As I mentioned, the connection to the Node works well. I can see the following: Debugger listening on ws://127.0.0.1:9229/4f8e91eb-e0b4-45be-9edc-87f72245fd2d5:15:20 ...
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
May 31, 2021 15:22
I also cannot make the Node debugger work. It correctly connects to the Node process but does not stop on any breakpoint. Disabling all unused plugins does not solve the problem, unfortunately :(
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
June 08, 2008 17:50
I have created a bug in JIRA at https://studio.atlassian.com/browse/PL-402. Please watch it and contribute.
Community
IntelliJ IDEA Plugin Users
[ANN] Atlassian IDEA Plugin 1.4.0
0 votes
Created
April 01, 2008 10:26
TrackLink looks interesting. It has an issue linking feature. I will definitely try it. Just for future readers convenience TrackLink source code is available at: http://code.google.com/p/tracklink...
Community
IntelliJ IDEA Open API and Plugin Development
Code/Text completion in comments section
0 votes
Created
March 31, 2008 14:20
Scenario: during start the plugin is caching all JIRA issues matching criteria from plugin settings, for example PL-120 to PL-130 and PL-220-PL-230 during typing in method javadoc comment (or just ...
Community
IntelliJ IDEA Open API and Plugin Development
Code/Text completion in comments section
0 votes
Created
March 31, 2008 09:05
You can add any JComponent to the status bar using following code:statusBar = WindowManager.getInstance().getStatusBar(project);statusBar.addCustomIndicationComponent(any JComponent);I don't know i...
Community
IntelliJ IDEA Open API and Plugin Development
How to add button/icon with action in status bar?
0 votes
Created
March 31, 2008 08:31
No answer so I will try to post it as a separate thread. Maybe somebody will find it interesting as well.
Community
IntelliJ IDEA Open API and Plugin Development
Code/Text completion in IDEA 7
0 votes
Created
March 28, 2008 16:20
Now I have problem how to implement completion for Java comments.I tried:1. ReferenceProvidersRegistry registry = ReferenceProvidersRegistry.getInstance(project);registry.registerReferenceProvider(...
Community
IntelliJ IDEA Open API and Plugin Development
Code/Text completion in IDEA 7
0 votes
Next
›
Last
»