Yves Le Borgne
- Total activity 263
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 68
-
Edited project navigator : error highlight not visible [SOLVED]
AnsweredI would like to know if it is possible to highlight, in the project navigator, files in error with something similar to the red-squigly-underline used in the top bar ? Currently, you are highlighti... -
Created Use case for "Terminate process after disconnect"
I often find myself "closing all tabs" while in an intensive debug session ... hunting the proverbial zombie error. Now then, when I close all tabs i can get a very long series of this : It ends ... -
Created Auto complete preselects obscure method before basic language constants (like false)
This may have been asked many times. When entering code, my intent in the pic is to return false;, here are the autocomplete suggestions I get: Can I force PhpStorm to preselect false before all o... -
Created 100% cpu on startup ...
Just thought i'd refresh this one up. Now that you have a 'sustainable' business model (e.g. it costs every customer more for your product(s) ... do you think we could get rid of this nagging prob... -
Created Auto-complete lost when inserting a line
Use case, i forgot to define var $lab01. So i cursor up a line and start entering the proper call to define it , as in THIS pic as you can see, the valid line is now invalid !!! and the line i a... -
Created 3.3RC : how to auto 'import' .h files for forward-declared classes when editing .m
Most of my classes are structured with forward declarations in .h and imports in .m. I am getting this when editing :I have to go to the top, insert a #import statement, then come back here to get ... -
Created again (3.2) and again (3.1.x) and again (2.x) : 100% cpu while idling with no project open
Beachballs in a tiny project are no fun, but 100% cpu with no project open is insulting. When are you going to solve this problem instead of playing 'Youtrack' ? -
Created WebStorm 10.0.4 : Find in path does not search the entire directory, when scope is 'Directory'
I am currently working a cordova project. When looking for a string, with 'Search In Path', the entire project directory, the search does not look in 'non project files', even though i specifically... -
Created WebStorm : explain 'Unresolved type Promise' highlight in code
rather new to JS and very new to WebStorm, crafting a cordova multi-device app, i get the following in one of my .js modulesHowever, this works fine in all devices, simulators and browsers i can ru... -
Created WebStorm 10.0.4 : how to debug JS with FireFox
Your documentation otherwise suggests that it is now possible to debug javascript with FireFox. It also states that there is no need to 'install' an extension : wrong for Chrome, I had to install y...