shea martin
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 10
-
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 Bookmarks not working
已回答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. ... -
创建于 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