Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Property List Editor (Updated)New to Visual Studio Code? Get it now.
Property List Editor (Updated)

Property List Editor (Updated)

Mike Cunneen

|
451 installs
| (1) | Free
Allows viewing and editing files in a plist editor (updated fork of ivhernandez.vscode-plist)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

icon vscode-plist


A custom editor for property list files. This is a fork of Ivan Hernandez's vscode-plist extension for visual studio code.

Custom Editor

Features

Collapse/Expand All

The contents of a plist can be expanded or collapsed in its entirety with commands via the context menu (i.e. right click menu).

Collapse or Expand all

Switching to plain text

Description

View as plain text

Binary Plists

This extension can view and edit binary plists by converting the binary plist into its XML representation. This XML version is a separate file in a temporary directory. The temporary file is watched for changes and any changes are automatically saved back to the binary version.

Other supported file types

This extension can view and edit entitlements files (i.e. .entitlements) which are simply property list files with a different file extension.

It can also view provisioning profiles (i.e. .mobileprovision) by decrypting them into their plist representation. Editing provisioning profiles is not supported. [macOS only]

Known Issues

  • Inefficient file saves. When saving changes to a file this extension replaces the entire contents of the file. This should be optimized to edit only the portion that has changed.
  • Inefficient editor rendering. When changes are made to the webview (e.g. adding an item, expanding an item, editing a value, etc) the webview is rerendered in its entirety. This should be optimized to edit the DOM in place.

Changelog

See Changelog


github logo

GitHub renders the following CSS in the source Markdown as gibberish, while other Markdown viewers will apply the CSS styles.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft