ValYouW

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created React Style properties autocomplete not working after 2019.3 upgrade
Hi, After upgrading to 2019.3 I have noticed that the autocomplete for "style" property is not working. See what I mean in the image below: -
Created Adding node.js core libraries to project are not saved
Hi, I like having the node.js source code available in my project, so I add it to my project libraries like so: And this is like how it's added: Now after restart its gone: Am I doing something ... -
Created Static code analysis issues
Hi, I'm attaching here an example with 2 issues: 1) I am calling a method that returns an object with a "catch" method but webstorm doesn't seem to recognize it 2) webstorm gives error about an unu... -
Created Add ".js" to file completion on require
Hi, When I type the "require" command WebStorm starts its path completion but it doesnt include the file extension. For example in the image below, I want to insert the "deploy.js" file, but when... -
Created Unresolved class function
Hi, I have an issue where I get "unresolved function or method" on a class member. The setup is as follows: cls.js - The class def: class CLS { constructor() {} boo() { console.log('boo');... -
Created "Element is not exported" error on ES6 class member
Hi, Having the following ES6 class: class A { constructor(logger) { this.logger = logger; } foo() { this.logger.log('') }}module.exports = A; I get inspection error on "this.logge... -
Created Add nodejs source code to External Libraries
Hi, In the previous versions of WebStorm, once node.js was enabled in the project, it used to add the source code of Node.js to the "External Libraries" under the project tree. Looks like it stoppe... -
Created Find in Files always search "External Libraries"
Hi,I have defined a custom library and included it in my project as "External Libraries" (see findInFiles1.png)Next I went to "find in files" and defined a custom scope for the search that include ... -
Created WebStorm10 can't figure exports type
Hi,I am seeing a regression issue in WS10, I get "Unresolved function or method call()" when calling "call" on a function object (see attached pic).Attached is a sample project which works perfectl... -
Created Color the editor-fold line
Hi,I am using a lot of "editor-fold" in my code, e.g.://<editor-fold desc="My Region {...}">... //</editor-fold>Those lines get the style of "Line comment" (as defined in Settings->Editor->Colors&F...