---
title: "Cloud IDE - June 29, 2020"
date: "2025-09-12T05:57:24+00:00"
summary: "Cloud IDE now supports PHP 7.4, Git command completion, and Acquia CLI integration for enhanced development workflows."
image:
type: "announcement"
url: "/acquia-cloud-platform/add-ons/cloud-ide/release/2020-06-29/75556-cloud-ide-june-29-2020"
id: "30b8aa83-6ffb-4a2d-9bb5-f9e3edbc054f"
---

*   Feature Cloud IDE now supports [PHP 7.4](/acquia-cloud-platform/manage-apps/php#cloud-php-version-used).
    
*   Feature Cloud IDE now supports Git command completion and the common Git aliases `co`, `br`, `ci`, `st`, `unstage`, and `last`.
    
*   Change [Theia](https://www.theia-ide.org/) was updated to version 1.2.0.
    
*   Change The **SETUP ADS CLI** and **GENERATE SSH KEY** buttons on the Cloud IDE **Get Started** page are now replaced by a **CONFIGURE IDE** button, which relies on [Acquia CLI](https://github.com/acquia/cli) and takes care of fully automating the SSH key generation and management.
    
*   Change The **COPY FROM THE CLOUD PLATFORM** button on the Cloud IDE **Get Started** page now leverages [Acquia CLI](https://github.com/acquia/cli) with the `acli refresh` command.
    
*   Change [PHP versions](/acquia-cloud-platform/add-ons/ide/resources) were updated to 7.3.18 and 7.2.31.
    
*   Change [Acquia CLI](https://github.com/acquia/cli) was updated to v1.0.0-rc1.
    
*   Fix The [Terminal](/acquia-cloud-platform/add-ons/ide/terminal) incorrectly wrapped lines for long commands.
    
*   Fix The **Go to Definition** option didn’t open the file containing the related method, class, or interface.
    
*   Fix Searching in folders didn’t return the correct number of occurrences for the search keywords.