shea martin

- 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 ... -
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... -
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... -
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... -
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... -
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 ... -
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... -
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... -
Created Bookmarks not working
AnsweredI 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. ... -
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