Peter Kellner
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created 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. -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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? -
Created 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 ...