CalypsoExtensions

Description

Calypso Extensions: https://github.com/dionisiydk/Calypso

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Created
Nov. 2, 2017
Updated
March 22, 2019
Topics
ide pharo plugin systembrowser

Categories

IDE / Dev Tools Language Extensions Packaging / VCS

README excerpt

# Calypso Extensions

Calypso is a system browser for Pharo, see
[GitHub repository](https://github.com/dionisiydk/Calypso) for more
information.

## Installation

```Smalltalk
Metacello new
  baseline: 'CalypsoExtensions';
  repository: 'github://JurajKubelka/CalypsoExtensions/src';
  load.
```
  
To make Calypso default toolset evaluate:

```Smalltalk
ClyBrowser beAllDefault.
```

And to open browser evaluate:

```Smalltalk
ClySystemBrowser open.
```

## Class References as method protocol item

The repository includes a Calypso plugin that shows class references
in the system browser.

![Screenshot](assets/img/screenshot.png)

← Back to results