https://github.com/nagy-nabil/loge
vscode extension to make repeted logging for js/ts/rust(console.log, println!) just a little bit easier
https://github.com/nagy-nabil/loge
logging vscode vscode-extension
Last synced: about 2 months ago
JSON representation
vscode extension to make repeted logging for js/ts/rust(console.log, println!) just a little bit easier
- Host: GitHub
- URL: https://github.com/nagy-nabil/loge
- Owner: nagy-nabil
- Created: 2023-01-29T00:44:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T23:35:13.000Z (over 3 years ago)
- Last Synced: 2025-04-07T02:25:09.671Z (about 1 year ago)
- Topics: logging, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=nagy-nabil.loge
- Size: 1.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# LOGE
LOGE is an extension to make repeted logging for js/ts/rust(console.log, println!) just a little bit easier
## Install
- install with command palette type `ext install loge`
- install from [the extensions marketplace](https://marketplace.visualstudio.com/items?itemName=nagy-nabil.loge)
## Features/How To Use
- how to use it
- from the command palette under the name `Loge`
- the default shortcut `ctrl+alt+l`
there's two modes you can use the extension in
1. log the selected text under the cursor

2. log the word under the cursor

> Note that always selection has higher priority than the word under the cursor
## Release Notes
### 0.0.1
intial relase for loge
### 0.0.2
nothing fancy only add icon