Mike Suiter

Avatar
  • Total activity 90
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 29
  • Created

    JavaScript array of objects code formatting

    I'm trying to get the JavaScript formatter to format array of objects like this:        return [{             xtype: 'wpprocessmodeler',             region: 'center'         }, {             xtype:...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    //noinspection for entire file?

    Answered
    We are using a test framework and get a lot of unused warnings and would like to disable that for the entire file. I put this at the top but it doesn't seem to work.//noinspection JSHint, JSUnusedL...
    • 6 followers
    • 5 comments
    • 2 votes
  • Created

    Way to get HTML formatting in JSP

    I have a JSP and the auto-indent and code formatting doesn't work. If I format a block of code it makes it flat instead of indented. Here is how it formats in HTML    <div >         <div >         ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Way to exclude folder but still browse in Project view?

    We have a build folder that we don't want the JavaScript indexed but still want to be able to view in the Project view. How can I do this? It contains both testing and production compiled JavaScrip...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Way to name context roots?

    We have our code in different folders by functionality and create a context root to each folder. It appears that WebStorm uses the last folder as the name which is the same for us. Is there a way t...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Suppress unused parameter for empty JavaScript method?

    We have an abstract API JavaScript class and define the methods with parameters and empty body. We are getting 'Unused parameter apiOptions' but not an option to suppress it like other inspection e...
    • 6 followers
    • 5 comments
    • 0 votes
  • Created

    What project files should not be checked into Subversion?

    I'm configuring WebStorm projects that will be shared among developers. The file .idea/workspace.xml is configured as an ignored files (by default) but it's being committed by Subversion. Any idea ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    SASS inspector on multiple folders

    We have our SASS .scss files in multiple folders and each folder has multiple files. The inspector seems to find all the files but doesn't appear to put them all together like it does with JavaScri...
    • 3 followers
    • 8 comments
    • 0 votes
  • Created

    Should Resource roots exclude other folders?

    I have added several resource roots to my project but also have to exclude all my other folders I don't want indexed. If this is the case, what is adding resource roots doing? Looking at the docs i...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Working with multiple web apps within project

    We have a single project (WAR) that contains multiple JavaScript web apps. So, our project structure is like:web-project  |-- WebContent    |-- JavaScript app A    |-- JavaScript app B    |-- JavaS...
    • 3 followers
    • 6 comments
    • 0 votes