Yves Le Borgne
- 活动总数 263
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 68
-
已编辑于 project navigator : error highlight not visible [SOLVED]
已回答I 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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' ? -
创建于 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... -
创建于 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... -
创建于 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...