Benjamin Clayton
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Is there a format I should use for documenting methods and classes in code /** ?
When I use PHPStorm in JavaScript or PHP files, or Android Studio in Java, I can type /** before a method and an auto-generated comment block is created that, for example, picks up all the paramete... -
Created Is there a keyboard shortcut to 'click on' the quick fix lightbulb feature?
When for instance, there's a spelling mistake that PHPStorm has underlined, I can click on the word and a lightbulb appears with options in a drop down to correct the typo etc. This also appears i... -
Created Is it possible to turn off the default javascript multi-line behaviour?
I'm using a lot of multi-line strings in javascript, for templating purposes.For instancevar foo = "\ <div id="{{id}}" {{attrs}} >\ <ul>\ <li><a href="#"><strong>Toronto</stron...