Jetbrains
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Splitting Variables, Frames and Debug tabs in to separate windows
I can float the debug window but I haven't figured out how to split the tabs variables, frames, debug into separate windows. Is this possible? Or just some way of seeing all three at the same time ... -
创建于 Understanding "Attach Project"
I made a presumption and then realized I really should check on it. I have a project in that the project directories are like: ProjectX core things rules plugins plugin1 plugin2 wh... -
已编辑于 formatter:off doesn't seem to be working
First, I definitely did enable: "Enable formatter markers in comments" option in "Settings | Editor | Code Style". I then put a line like: //@formatter:off I copied and pasted from the documen... -
创建于 Newbie build configuration question
I have a plugin I build with something like the following in a shell file: go build -ldflags "-pluginpath=plugins/rules/schedule-$(uuidgen)" -buildmode=plugin -o ../../../../plugins/rules/schedule....