https://github.com/feenkcom/gt4lsp
The connection to the Language Server Protocol for Glamorous Toolkit
https://github.com/feenkcom/gt4lsp
Last synced: 4 months ago
JSON representation
The connection to the Language Server Protocol for Glamorous Toolkit
- Host: GitHub
- URL: https://github.com/feenkcom/gt4lsp
- Owner: feenkcom
- License: mit
- Created: 2023-06-09T15:24:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T09:36:07.000Z (5 months ago)
- Last Synced: 2026-01-31T13:19:23.123Z (5 months ago)
- Language: Smalltalk
- Homepage: https://gtoolkit.com
- Size: 751 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gt4lsp
##Installation
```Smalltalk
Metacello new
baseline: 'GToolkit4LSP';
repository: 'github://feenkcom/gt4lsp:main/src';
load.
```