An open API service indexing awesome lists of open source software.

https://github.com/stiliajohny/lazylogx

A VSCode extension that will make lazy debugging easier
https://github.com/stiliajohny/lazylogx

console-log debugging debugging-tool debugging-tools vscode vscode-extension

Last synced: 2 months ago
JSON representation

A VSCode extension that will make lazy debugging easier

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPL3 License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Ask Me Anything][ask-me-anything]][personal-page]


[![DeepScan grade](https://deepscan.io/api/teams/20369/projects/23976/branches/733365/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=20369&pid=23976&bid=733365)
[![DeepSource](https://deepsource.io/gh/stiliajohny/lazylogx.svg/?label=active+issues&show_trend=true&token=6JQcSY0CMG0I2x05AgkwzzS3)](https://deepsource.io/gh/stiliajohny/lazylogx/?ref=repository-badge)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/05def42fc9d64638a1dcedd149d1d5ed)](https://www.codacy.com/gh/stiliajohny/lazylogx/dashboard?utm_source=github.com&utm_medium=referral&utm_content=stiliajohny/lazylogx&utm_campaign=Badge_Grade)





Main Logo

LazyLogX


A VSCode extension that will make lazy debugging easier


VSCode Extension

Report Bug
·
Request Feature

## Table of Contents

- [Table of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [Usage](#usage)
- [Using the VSCode Extension](#using-the-vscode-extension)
- [Supported Languages](#supported-languages)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)

## About The Project

Are you tired of writing the same console.log statements over and over again? Well, this extension is for you. It will help you with a simple keybind to append on a new line the supported log statement of the language you use.

We have them all, from Python to C# and even JavaScript.

---

## Usage

## Using the VSCode Extension

1. Install the extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=JohnStilia.lazylogx)
2. Write Code
3. Select a variable
4. Press Ctrl+Alt+Cmd+L or Cmd+Alt+Win+L to log the variable on a new line.
5. Run your code and enjoy lazy debugging.

You can also remote the console statement by going to the line with a statement and press the keybind again.

---

## Supported Languages

- JavaScript
- TypeScript
- Python
- Go

## Roadmap

See the [open issues](https://github.com/stiliajohny/lazylogx/issues) for a list of proposed features (and known issues).

---

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

---

## License

Distributed under the GPLv3 License. See `LICENSE` for more information.

## Contact

John Stilia - stilia.johny@gmail.com

---

## Acknowledgements

- [Yezen](https://github.com/yezen-alnafei)
- [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
- [Img Shields](https://shields.io)
- [Choose an Open Source License](https://choosealicense.com)
- [GitHub Pages](https://pages.github.com)

[contributors-shield]: https://img.shields.io/github/contributors/stiliajohny/lazylogx.svg
[contributors-url]: https://github.com/stiliajohny/lazylogx/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/stiliajohny/lazylogx.svg
[forks-url]: https://github.com/stiliajohny/lazylogx/network/members
[stars-shield]: https://img.shields.io/github/stars/stiliajohny/lazylogx.svg
[stars-url]: https://github.com/stiliajohny/lazylogx/stargazers
[issues-shield]: https://img.shields.io/github/issues/stiliajohny/lazylogx.svg
[issues-url]: https://github.com/stiliajohny/lazylogx/issues
[license-shield]: https://img.shields.io/github/license/stiliajohny/lazylogx
[license-url]: https://github.com/stiliajohny/lazylogx/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg

[linkedin-url]: https://linkedin.com/in/]/
[ask-me-anything]: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg
[personal-page]: https://github.com/stiliajohny