jjakub / vscode-clearcase

Unofficial support for IBM Rational ClearCase most common commands on Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code ClearCase

This repository contains the extension for IBM Rational ClearCase SCM for the VS Code editor.

Features

Clearcase commands exposed by this extensions:

* Launch ClearCase Explorer
* Checkout
* Checkin
* Undo Checkout
* Version Tree
* Compare with previous version
* Find Checkouts
* Find modified files
* Update snapshot
* Item Properties
* Annotate

GUI

  • Auto show checkout dialog on save if file isn't checked out.

  • Show version of current file in the status bar. This can be disabled via the user setting

    vscode-clearcase.showVersionInStatusbar = false
  • Annotate code lens is customizable via these user settings

    vscode-clearcase.annotationColor = rgba(220, 220, 220, 0.8)
    vscode-clearcase.annotationBackgroundColor = rgba(20, 20, 20, 0.8)
    vscode-clearcase.annotationFormatString = "%d %12u"

    Format string is documented at https://www.ibm.com/support/knowledgecenter/SSSH27_8.0.0/com.ibm.rational.clearcase.cc_ref.doc/topics/fmt_ccase.htm

  • Syntax highlighting for ClearCase config-spec files

Requirements

A valid ClearCase installation within the system's PATH.

License

MIT

About

Unofficial support for IBM Rational ClearCase most common commands on Visual Studio Code

License:MIT License


Languages

Language:TypeScript 100.0%