shea martin

Avatar
  • Total activity 36
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 10
  • Created

    How can I align curly brackets to current indent level?

    I like my typescript formatted ANSI style (not the default K&R). I set all Braces placement settings to be Next Line. But anonymous functions are handled in an odd way now.   I would like Webstorm ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Substring in a template

    How can I get a substring of a variable in a template? This seems like a pretty common thing to want to do.   ie.,    A table named Cats, with a pkey of CatdId, Dogs/DogId, etc. ``select x.$key$, x...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Continually prompting for Git password after update

    Since installing the latest update (2016.3.2), Webstorm keeps prompting for my Bitbucket password, usually twice in succession.  I tried setting up an App Password as it sugests, but that made no d...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    CSV Import is clunky then Silently fails

    I am trying to import CSV data into a table.   First problem is usability. My CSV has only three columns I care about: ItemName, ItemCode, Quantity. The Table has Id, CreatedOnDate, IsPurchase, et...
    • 5 followers
    • 8 comments
    • 1 vote
  • Created

    Postgres: Showing Timestamp With Timezone in UTC

    When I select from a table with a TIMEZONE WITH TIMESTAMP column, all the dates in that column are displayed in my local timezone. pgAdmin shows the times in utc. I have tried going to the connecti...
    • 26 followers
    • 29 comments
    • 12 votes
  • Created

    Debugging with Chrome no longer works

    I have the JetBrains IDE support chrome plugin installed. Previously I was able to click the debug in WebStorm, and it would launch my browser to the correct URL and connect. Great. But now when I ...
    • 12 followers
    • 35 comments
    • 2 votes
  • Created

    Unable to connect to SQLEXPRESS instance on local host

    SMS connects fine. I have tried playing with setting to no avail. Do I need to enable TCP under Network Configuration for SQL Server? SMS doesn't need this setting. I already have TCP endabled unde...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    maintaining .csproj files (WebStorm+Visual Studio)

    Our product is build int Visual Studio. Most of our team still uses VS, including my self when I am working on server side code. But more often than not, I am working in TypeScript/Angular now, and...
    • 7 followers
    • 7 comments
    • 6 votes
  • Created

    Bookmarks not working

    Answered
    I do not seem to have a bookmarks menu. The keyboard shortcuts for adding bookmarks do not work. I can see bookmark commands in the help=> search for actions menu, but clicking them does nothing. ...
    • 6 followers
    • 6 comments
    • 0 votes
  • Created

    How to align { with the . for lambda functions in TypeScript?

    What settings do I need to achieive the following formatting for typescript?   The closes I can get is to have the body of my lamda function indented.   Thanks,~S
    • 2 followers
    • 4 comments
    • 1 vote