• conciselyverbose
    link
    fedilink
    381 year ago

    I, uh, actually kind of like the idea. If you just visually converted primitives to a toggle after you type true/false, and let you delete it like any other text, it could be a small convenience on any flags you might change during the development process.

    • Perry
      link
      fedilink
      71 year ago

      As long as it’s not literally a toggle that you can interact with.

      I can only imagine the horrors of accidentally clicking in the editor while selecting some text and quietly changing certificateIsValid = false; to true or something like that.

      • 📛Maven
        link
        fedilink
        91 year ago

        Nah, make it a keybind like alt-shift-click and give it a deafening sound like throwing an industrial breaker.

      • justinalanbass
        link
        fedilink
        11 year ago

        I guess it would show up in git. But yea this sounds like the new “typing my password in the tema chat”.

      • conciselyverbose
        link
        fedilink
        111 year ago

        Oh, I could easily see a trainwreck of an implementation. But if this was just a display option like color coding keywords and variables, but you could click to change the underlying true/false? I might add it.

    • @[email protected]OP
      link
      fedilink
      4
      edit-2
      1 year ago

      I mean this as a joke but you might be right. A quick search suggests that no one implemented something like this yet.