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
- Host: GitHub
- URL: https://github.com/stiliajohny/lazylogx
- Owner: stiliajohny
- License: gpl-3.0
- Created: 2023-02-24T00:30:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T00:01:28.000Z (over 2 years ago)
- Last Synced: 2024-05-01T22:34:55.459Z (about 2 years ago)
- Topics: console-log, debugging, debugging-tool, debugging-tools, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=JohnStilia.lazylogx
- Size: 5.68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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]
[](https://deepscan.io/dashboard#view=project&tid=20369&pid=23976&bid=733365)
[](https://deepsource.io/gh/stiliajohny/lazylogx/?ref=repository-badge)
[](https://www.codacy.com/gh/stiliajohny/lazylogx/dashboard?utm_source=github.com&utm_medium=referral&utm_content=stiliajohny/lazylogx&utm_campaign=Badge_Grade)
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