Peter Kellner
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 How to add to WebStorm linting to help with new React Hooks Proposal
I would like webstorm to show me errors that don't conform to the react hooks proposal in react. See the attached screen shot for the config I'm looking to setup in react. -
创建于 Wanting to Debug Using IIS 7.0 Server My JavaScript on my Web Site
I'd like ot use the JavaScript debugger while running my IIS 7.0 web site on windows. Do you have any getting started or tutorial type doc's on how to do that. Is it possible?Thanks,Peter Kellner... -
创建于 Idea 8, javascript intellisense
I using ExtJS which is a large javascript library. Does idea 8 support intellisense with external javascript files? Also, I can't find much docs on the javascript integration. Not much in help, a... -
创建于 javascript refactoring with IDEA 7.0.4 and intellisense
With IDEA 7.0.4, can I refactor in javascript? I want to be able to extract methods to external files as well as other stuff. What I see seems very minimal.Also, how can I get intellisense for ext... -
创建于 Strange behavior with GUI form builder
I'm not exactly sure what is going on, but when I make a JLabel, drop it into the grid, make the text blank (I want to use setText later on this field), the field disappears with no reference and I... -
创建于 Any good books written on IDEA?
Wondering if there are any good books written on the product? I've been reading an Eclipse book and is very informative. -
创建于 GUI Designer, deploying app
I can't find any docs that talk about what jars are necessary to deploy an app made with the GUI designer. Also, what issues are there to worry about? -
创建于 wondering why autocompletion has so many choices.
I was wondering why when I type something like:tt.getSize(uis.);and I'm at the point of typing the period afer uis, I get lots of choices. If getSize only excepts int's (for example), it would be ...