Code Monkey home page Code Monkey logo

vscode-plist's Introduction

vscode-plist

A custom editor for property list files.

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 ASCII representation. This ASCII 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.

vscode-plist's People

Contributors

ivanhernandez13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.