Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furwaz/algosnipper
VSCode .algo language extension for IT department
https://github.com/furwaz/algosnipper
Last synced: 4 days ago
JSON representation
VSCode .algo language extension for IT department
- Host: GitHub
- URL: https://github.com/furwaz/algosnipper
- Owner: FurWaz
- Created: 2021-09-08T14:02:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T19:54:10.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:20:43.685Z (2 months ago)
- Language: TypeScript
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AlgoSnipper
*Extension VS Code pour l'ajout du language algorithmique de l'IUT Charlemagne*---
### Cette extension ajoute:
- Des raccourcis (snippets) pour coder plus vite
- Une colorisation des mots clés pour y voir plus clair
- Une complétion automatique (plus ou moins) intelligente
- Des outils pour exécuter l'algorithme, générer le lexique, ...
- DOOM (Oui, vraiment) avec [CTRL+SHIFT+P] + commande "Start Doom"
### Raccourcis disponibles:
- [CTRL+ALT+G]: Génère le lexique automatiquement
- [CTRL+ALT+L]: Execute l'algorithme courant et affiche la sortie dans la console (en developpement)
- [CTRL+ENTER]: Créé une flèche vers la gauche---
## Raccourcis pour programmer
![snippet demo](https://raw.githubusercontent.com/FurWaz/AlgoSnipper/master/demo/snippets.gif)## Generation automatique du lexique
![lexicon demo](https://raw.githubusercontent.com/FurWaz/AlgoSnipper/master/demo/lexicon.gif)## Autocompletion des variables / attributs
![autocomplete demo](https://raw.githubusercontent.com/FurWaz/AlgoSnipper/master/demo/autocomplete.gif)## Informations au survol des variables / attributs
![hover demo](https://raw.githubusercontent.com/FurWaz/AlgoSnipper/master/demo/hover.gif)