Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
ValYouW
Total activity
61
Last activity
December 16, 2019 22:07
Member since
July 09, 2013 11:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
18
Activity overview
Posts (18)
Comments (25)
Sort by recent activity
Recent activity
Votes
Created
December 16, 2019 22:07
Nope, no luck... Nevermind, spent too much time on this, I give up for now. I think this should be supported natively without any plugin/modules etc.
Community
WebStorm
React Style properties autocomplete not working after 2019.3 upgrade
0 votes
Edited
December 16, 2019 09:59
Just to make sure, I uninstalled WebStorm, deleted all "settings" folders and re-installed webstorm with fresh new settings (didn't import old settings). Installed both csstype and react types, no ...
Community
WebStorm
React Style properties autocomplete not working after 2019.3 upgrade
0 votes
Edited
December 13, 2019 11:04
As I said it broke after the latest upgrade, I've never had this module installed in my projects. But just for the sake of testing I npm installed this module and no luck, still not working...
Community
WebStorm
React Style properties autocomplete not working after 2019.3 upgrade
0 votes
Edited
December 12, 2019 22:44
I have started a new clean project, just npm installed "react" and "prop-types", you can see the entire node_modules
Community
WebStorm
React Style properties autocomplete not working after 2019.3 upgrade
0 votes
Created
December 12, 2019 19:21
Something like that: import React from 'react';class MyComponent extends React.Component { constructor(props) { super(props); } render() { return ( <div style={{padding: 1...
Community
WebStorm
React Style properties autocomplete not working after 2019.3 upgrade
0 votes
Created
May 18, 2017 11:38
Ok, made a test, if I copy the core-modules to some folder and add it then it survives a restart, but if I add it directly from "c:\users\xxx\.WebStorm2017.1\..." then it doesn't survive restart......
Community
WebStorm
Adding node.js core libraries to project are not saved
0 votes
Created
May 18, 2017 10:52
Ah, I add it directly from "~\.WebStorm2017.1...", should it be a problem?
Community
WebStorm
Adding node.js core libraries to project are not saved
0 votes
Created
May 18, 2017 09:59
OK, so back to my original issue, if you check my original post you'll see that I am adding node.js source code MANUALLY to the external libraries, and I can see it, like any other library that I a...
Community
WebStorm
Adding node.js core libraries to project are not saved
0 votes
Created
May 17, 2017 07:47
Here is a screenshot BEFORE enabling Node.js core library, see that "external libraries" is empty: And AFTER I enable it, where External Libraries is still empty: Again, what I am trying to...
Community
WebStorm
Adding node.js core libraries to project are not saved
0 votes
Created
May 16, 2017 15:07
Line 20 is actually an async call, if that call will return an error then the "catch" section is going to get called (line 28) and it will log "step" which will be "asyncOper1". You can see it in a...
Community
WebStorm
Static code analysis issues
0 votes
Next
›
Last
»