Skip to main content

2 posts tagged with "Git"

View All Tags

Phoenix Code 5.2: Styles Bar, Code Intelligence & More

· 6 min read
Arun Bose
Co-Founder, Phoenix Code
Charly P Abraham
Co-Founder, Phoenix Code
Devansh Agarwal
Founding Engineer, Phoenix Code
Krrish Parmar
Designer, Phoenix Code
Ansu Ann Koshy
Product Growth, Phoenix Code
Phoenix Code Bot
Our little elf who keeps the whole place together

Phoenix Code 5.2 is now available at phcode.io.

This release brings the Styles Bar for styling your page visually, Code Intelligence for JavaScript, TypeScript, JSON, Python, and PHP, a Starter Bar for blank pages, Doc Comment Generation, AI Model Selection, an Improved Git Panel, and Video and Audio Preview right in the editor.

Style your page visually with the Styles Bar

Select an element in Live Preview and the new Styles Bar appears with controls for fonts, colors, backgrounds, borders, spacing, and layout. Every change syncs to your code in real time.

Pick where your edits are saved - inline on the element, in an existing CSS rule, or in a new rule the bar creates for you. You can also style hover, focus, and other element states, and the Live Preview turns the state on while you edit.

The font picker covers system fonts and the full Google Fonts collection, with each font previewed in its own style. Read More...

Code Intelligence for JavaScript, TypeScript, JSON, Python, and PHP

Phoenix Code now ships IDE-grade code intelligence: context-aware completions with documentation beside them, parameter hints, hover info, jump to definition, find usages, and live error checking with quick fixes.

  • JavaScript & TypeScript - full project intelligence with auto imports and automatically managed configuration.
  • JSON - schema-based completion and validation for well-known config files. In package.json, get npm package name and version suggestions as you type, and dependencies with known vulnerabilities are flagged.
  • Python - type-aware intelligence via Pyrefly, with Ruff powering code formatting.
  • PHP - full intelligence via Intelephense, installed on demand when you open a PHP file.

Language servers set themselves up automatically in the background and run locally on your machine, so your code is not sent anywhere. Read More...

Code intelligence powered by language servers is available only in desktop apps.

Choose your AI model

Pick which Claude model powers your AI chat, right from the chat header, and switch models even in the middle of a conversation.

Prefer an editor without AI? It can now be switched off completely from View > Enable AI or the AI settings dialog. Read More...

AI model selection

Start from a blank page

Edit Mode needs an element to work on, and a blank page has none. Now a Starter Bar appears on empty pages so you can add your first element right from the preview, and Phoenix Code creates the page structure for you. Read More...

Generate Doc Comments

Type /** on the line above a function or class and accept the hint that appears. Phoenix Code reads the signature and generates a documentation comment with every parameter filled in, in each language's own convention: JSDoc for JavaScript and TypeScript, PHPDoc for PHP, docstrings for Python, and more. Read More...

Git improvements

Your current branch is now shown in the sidebar and on the Git panel toolbar. Click either one to switch branches or create a new one.

The panel's menu also gets a new Open All Changed Files action that opens every modified file at once. Read More...

Git branch dropdown

Video and Audio Preview

Click a video or audio file in your project to play it right inside the editor, with the file's dimensions, duration, and size shown alongside. Read More...

Video preview

Notable changes and fixes

  • Pasting from Excel and other spreadsheets now inserts text instead of an image. (#3033)
  • Editing an element's attributes in source code now updates the Control Box immediately. (#3020)
  • Element selection in Live Preview no longer lands on the wrong element after property edits. (#3055)
  • Media and image previews now show the file's real path instead of an internal path. (#3032)
  • The Markdown editor's slash menu now opens at the cursor instead of the right edge. (#2940)
  • The Markdown editor no longer indents image-only links on save. (#2937)
  • Live Preview toolbar buttons are no longer hidden by long file names. (#2942)
  • Quick access panel buttons no longer overflow when the bottom panel is small. (#2945)
  • Opening the terminal now exits Design Mode correctly. (#2915)
  • Fixed the Git toolbar icon causing exceptions at startup. (#2904)
  • An expired Claude Code login is now detected, with a prompt to log in again from the chat panel. (#3065)
  • The Claude CLI is now detected when installed via Homebrew or Linuxbrew. (#2897)
  • The guided tour now appears for users who updated from older versions. (#2892)

Performance & Stability

  • Fixed sidebar resize issues and removed unused title bar space in desktop apps. (#3021)
  • Working set selection bugs fixed and rendering performance improved. (#3039)
  • Screenshots are sharper on high-DPI displays and no longer fail from rounding errors. (#2947, #2953)

Platform Notes

Linux

  • Fixed auto-update failing to detect the installed AppImage path. (#2926, #2927)

Git It Release (January-2025, V-4.0) is now Live

· 4 min read
Arun Bose
Co-Founder, Phoenix Code
Charly P Abraham
Co-Founder, Phoenix Code
Devansh Agarwal
Founding Engineer, Phoenix Code
Phoenix Code Bot
Our little elf who keeps the whole place together

2025 January release(4.0) of Phoenix Code is now available for download at phcode.io.

This is the largest release we had in a while, and we are happy to announce the next phase of Phoenix Code with a major version bump to 4.0.

The legacy of Brackets - Continued

A decade-long journey of pushing web development forward: The Brackets story continues with Phoenix Code. Read more about the story of Brackets and the journey to build Phoenix Code and the Brackets community.

This release's core theme is Git, Color previews, UX imporovements and stability.

Git for Desktop

Git is finally here. Integrated Git source control with a clean, intuitive interface. Stage changes, commit, and sync with a single click while keeping your focus on the code. Now available in the Windows, Mac and Linux desktop apps of Phoenix code. Read More...

Our Git integration is built upon the incredible work of the developers behind Brackets-Git, whose contributions made this possible. Thank you!

Image

Image

Color Previews

Preview the color(s) used in the file in the gutter area. Hovering over a color box highlights the corresponding color text in the editor to quickly jump to editing that color. Read More...

image

Open in Terminal and File Explorer

New "Open In" feature lets you instantly open directories and files in the system Terminal or File Explorer across Windows, macOS, and Linux desktop apps!

Image

Better Translations

We've moved to an LLM-assisted translation framework, delivering higher-quality translations for non-English locales.

Notable changes and fixes

Performance & Stability Tweaks

All changes

Please see this link for a full list of changes in GitHub.

A Request from the Phoenix Team:

With gratitude,

The Phoenix Team