Rob Freundlich
- 活动总数 156
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 45
-
已编辑于 How to ignore "Unversioned Files" if using Perforce, not git (2021.2)?
已回答I have a bunch of files under "Unversioned files" in my "Local Changes" tab: When I bring up the browser for them and navigate down to a directory, I am presented with the following options: I wa... -
创建于 Problems with the debugger Elements tab
IntelliJ IDEA 2021.2 (Ultimate Edition)Build #IU-212.4746.92, built on July 27, 2021 If I click (single or double) in the Structure side of the Elements tab, it doesn't scroll the Text side to the ... -
创建于 Debugging Typescript/javascript in browser is slow to start up (2021.2, Chrome 93.0.4577.82)
I usually use the Chrome debugger to debug my TS/JS application, but this morning I decided to give IntelliJ's debugging a try. So instead of running my browser config, I debugged it. The login pag... -
创建于 Does Structural Search work at all for Typescript?
Should Structural Search work for Typescript? I've been experimenting with it, and can't get it to do even very simple things. For example, here's a search that I'd expect to find private variables... -
创建于 Shelve in Perforce - option to not revert?
已回答When using "Shelve in Perforce", is there an option to not revert the changes? -
创建于 Custom icons for actions not used in 2019.3.1
已回答I have set up a bunch of custom actions using the Run Configuration As Action plugin. For each one, I went through the Customize Menus and Toolbars dialog and assigned an icon. This worked pretty w... -
创建于 Trying to debug javascript in IDEA 2018.2 - doesn't fully connect?
I have a Tomcat server that I start via a Tomcat Server Run Configuration - its Application Server type is Tomcat Server, its HTTP port is 8321. I run my Typescript app via a JavaScript Debug Run C... -
创建于 Version Control Local Changes list shows Perforce changelists that aren't mine
已回答We just created a new branch in Perforce this week, and I have just created a new workspace for it. As part of setting up IDEA, I have created 2 Perforce changelists: #885447 and #885449. However, ... -
创建于 Tasks browser keeps tasks that no longer match the search
已回答I have my Tasks Browser set up to show me unresolved tasks from my JIRA system, with the following query: assignee = currentUser() AND resolution=unresolved order by rank, status ASC,updated DESC, ... -
创建于 Code style for TSX files
We're using TSX files with React components in them. What code style settings does IDEA apply to the HTML/React portions of those files? I'm looking for settings for things like the following: An...