FlagBrowser

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Forks
2
Created
March 16, 2019
Updated
Aug. 12, 2025
Topics
development-tools pharo pragma pragmas smalltalk tool

Categories

IDE / Dev Tools Language Extensions

README excerpt

# Flag Browser

The Flag Browser is a Pharo browser useful to find flags developers might have left in the code using the `#flag:` method.

![Flag Browser example](resources/FlagBrowser.png)

The flag browser is divided into 3 tabs:
- Browse flags: In this mode it is possible to distinguish flags by the type of their argument: Symbols, Strings, other objects.
- Browse flags by packages
- Browse flags by classes

## How to install it

```smalltalk
Metacello new
	baseline: 'FlagBrowser';
	repository: 'github://jecisc/FlagBrowser/src';
	load ].
```
← Back to results