home.social

#minimap — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #minimap, aggregated by home.social.

  1. Ok the #xcode #minimap is really useful sometimes 👍
    Editor menu/Minimap
    (⌃⇧⌘ M)

    I see it over in #bbedit but it hasn’t come up to use it there.
    Window/Pallets/Minimap ( no keyboard shortcut?🤨)

  2. Ok the #xcode #minimap is really useful sometimes 👍
    Editor menu/Minimap
    (⌃⇧⌘ M)

    I see it over in #bbedit but it hasn’t come up to use it there.
    Window/Pallets/Minimap ( no keyboard shortcut?🤨)

  3. Ok the #xcode #minimap is really useful sometimes 👍
    Editor menu/Minimap
    (⌃⇧⌘ M)

    I see it over in #bbedit but it hasn’t come up to use it there.
    Window/Pallets/Minimap ( no keyboard shortcut?🤨)

  4. Ok the #xcode #minimap is really useful sometimes 👍
    Editor menu/Minimap
    (⌃⇧⌘ M)

    I see it over in #bbedit but it hasn’t come up to use it there.
    Window/Pallets/Minimap ( no keyboard shortcut?🤨)

  5. Fun Xcode tip:
    Adding: // MARK: Text
    at strategic spots in your code makes the minimap WAY more useful since it shows up in readable text.

    This plus a couple other interesting tips are here: appypie.com/xcode-minimap

    Shift-CNTL-CMD M toggles the minimap.

    Also I didn't know CMD OPT F brings up find&replace😲

    #xcode #minimap

  6. Fun Xcode tip:
    Adding: // MARK: Text
    at strategic spots in your code makes the minimap WAY more useful since it shows up in readable text.

    This plus a couple other interesting tips are here: appypie.com/xcode-minimap

    Shift-CNTL-CMD M toggles the minimap.

    Also I didn't know CMD OPT F brings up find&replace😲

    #xcode #minimap

  7. Fun Xcode tip:
    Adding: // MARK: Text
    at strategic spots in your code makes the minimap WAY more useful since it shows up in readable text.

    This plus a couple other interesting tips are here: appypie.com/xcode-minimap

    Shift-CNTL-CMD M toggles the minimap.

    Also I didn't know CMD OPT F brings up find&replace😲

    #xcode #minimap

  8. Fun Xcode tip:
    Adding: // MARK: Text
    at strategic spots in your code makes the minimap WAY more useful since it shows up in readable text.

    This plus a couple other interesting tips are here: appypie.com/xcode-minimap

    Shift-CNTL-CMD M toggles the minimap.

    Also I didn't know CMD OPT F brings up find&replace😲

    #xcode #minimap

  9. We made a minimap so you can quickly move between the rooms you already visited. Only the explored zones appears on the map.

    It also has an icon that shows where you currently are :)

    #roguelike #godotengine #godot4 #pixelart #gamedev #minimap

  10. We made a minimap so you can quickly move between the rooms you already visited. Only the explored zones appears on the map.

    It also has an icon that shows where you currently are :)

    #roguelike #godotengine #godot4 #pixelart #gamedev #minimap

  11. We made a minimap so you can quickly move between the rooms you already visited. Only the explored zones appears on the map.

    It also has an icon that shows where you currently are :)

    #roguelike #godotengine #godot4 #pixelart #gamedev #minimap

  12. We made a minimap so you can quickly move between the rooms you already visited. Only the explored zones appears on the map.

    It also has an icon that shows where you currently are :)

    #roguelike #godotengine #godot4 #pixelart #gamedev #minimap

  13. We made a minimap so you can quickly move between the rooms you already visited. Only the explored zones appears on the map.

    It also has an icon that shows where you currently are :)

    #roguelike #godotengine #godot4 #pixelart #gamedev #minimap

  14. Microsoft's has a nice . You can enable it for IDEs (current versions), too. Without installing a plugin.

    - Registry ...
    - editor.minimap.enabled = true
    - Restart IDE
    - Enable minimap for all files in the settings

    But compared to VSCode's minimap, it looks pixelated and too wide. Is there something I can do about it?

  15. github.com/severin-lemaignan/v

    I'm finding this plugin quite useful for big html files, specially because I can't use tagbar for this.