Tools for Xcode

Tools for Xcode

By Magno Urbano

  • Category: Developer Tools
  • Release Date: 2023-07-20
  • Current Version: 5.2
  • Adult Rating: 4+
  • File Size: 949.39 kB
  • Developer: Magno Urbano
  • Compatibility: Android, iOS 13.5

Description

Tools for Code adds some useful tools to improve your productivity and make your life easier. For example, it will comment out or uncomment the first and the last lines of a block of code. VStack { Text("Hello, World") } Will be converted into this... // VStack { Text("Hello, World") // } ...or vice versa. Fast and easy by pressing one keystroke. Another functionality is the ability to embed a block of code by creating opening and closing brackets around the selected code. This code Text("Hello, world") will be converted into this { Text("Hello, world") } This tool has now four functions: 1. Comment the first and last lines of a block of code. 2. Uncomment the first and last lines of a block of code. 3. Delete the first and last lines of a block of code. 4. Create curly braces around a block of code, if you want to embed the block into something. This app is growing! What are you waiting for? Increase your productivity now.

Screenshots

keyboard_arrow_up