Jetbrains

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    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 ...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    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...
    • 7 followers
    • 15 comments
    • 1 vote
  • Created

    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....
    • 2 followers
    • 2 comments
    • 0 votes