Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemimik/vscode-todolist
Extension for vscode which lists out todos
https://github.com/mikemimik/vscode-todolist
Last synced: about 2 months ago
JSON representation
Extension for vscode which lists out todos
- Host: GitHub
- URL: https://github.com/mikemimik/vscode-todolist
- Owner: mikemimik
- License: mit
- Created: 2016-02-14T09:46:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T07:48:59.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T15:21:32.005Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
### Origin
[This repository](https://github.com/MattiasPernhult/vscode-todo) is the source of this project.### Purpose
This repo is a re-write of the origin. This repo allows for a custom Todo item and to display that
item however you choose, very easily. This repo does not utilise the exlude functions just yet,
that will be implimented later.### Goal
The goal of this repo was to learn how to make extensions in vscode and see if I could improve on
origin which was broken at the time of this repo's creation.