Skip to content

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

License

Notifications You must be signed in to change notification settings

Spacetown/vscode-clearcase

 
 

Repository files navigation

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
* Set current Activity

GUI

  • Automatically checkout on save if file isn't checked out.

  • Show view private and checkedout files in SCM view

  • 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%