Sam Hulick

Avatar
  • 活动总数 84
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 26
  • 创建于

    Faster way to surround a block of HTML with tags, and auto indent?

    Right now if I want to surround a block fo HTML with a DIV for example, it takes two steps. I have to wrap the code, and then select it and reformat.I'm wondering if there's a faster way than this:...
    • 6 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    How to access jQuery/Bootstrap/etc definitions in Meteor?

    Since Meteor apps don't use typical script elements to load jQuery, Bootstrap, etc, how can I include these in the IDE so that when I use things like:$('#location').modal('show');It doesn't underli...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    CoffeeScript bugs in WebStorm 10

    There are a couple bugs in WebStorm 10 with regards to CoffeeScript. Including:"Unused parameter" warnings which are incorrect, for example:Meteor.publish 'locations', (city) ->  return Locations.f...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Accessing Bootstrap class suggestions?

    I've set up an Angular project via yeoman (generator-angular), and I can't seem to get my project to detect Bootstrap's classes:The reference to Bootstrap is as follows:    <script src="bower_compo...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    How to use Source Code Pro font in WebStorm/PhpStorm?

    I found a workaround where you copy the Source Code Pro font files into the $JAVA_HOME/lib/fonts folder. That worked for a while, but now for some reason my code looks like this:How can I get this ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    PhpStorm does NOT include all the features of WebStorm

    Just thought I'd throw this out there:JetBrains has been telling people that PhpStorm includes everything WebStorm does. This is not true. There's no Meteor support in PhpStorm.So unfortunately, th...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    How to redefine "New Project" templates?

    When I make a new project and choose, for instance, Meteor, it sets up an initial project for me. But let's sayI wanted to change how that project template is structured (add extra files, etc). How...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Major syntax detection bug

    PhpStorm, for some reason, does not like this:<div id="mydiv"></div>It reports that "Selector matches unknown element mydiv". And if I click on the exclamation point, it offers to correct it to #my...
    • 4 个关注者
    • 10 条评论
    • 0 票
  • 创建于

    HTML auto close tag is driving me crazy, how to disable?

    I for the life of me cannot figure out how to disable this feature. E.g. if i type <div> it automatically adds </div> and puts the cursor in between. This would be fine, IF there were a simple way ...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    Detect unused CSS feature not working

    For some reason, PhpStorm shows CSS IDs and classes in grey even though they exist in my HTML. Any idea why it's doing this?
    • 2 个关注者
    • 1 条评论
    • 0 票