Alex20180512 / noteline

A vscode extension to record the line you jumped frequently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noteline - VSCode Extension

screenshot.gif

Do you forget the last code line you jumped which is important for you? We waste too many time to look for less line you refer frequently when coding because of the Pareto-Principle.

The noteline is a useful vscode extension help you:

  • Record the line your cursor focus to System Records part, or add line to Custom Notes part by context menu.
  • Auto order the line of System Records by trend which is compute by your scroll action and time.
  • Write a note to a line.
  • Open editor and jump to the line which has been recorded.

Changelog

[1.0.0] - 2023-02-20

Added

  • System will record scrolling and cursor focusing
  • Move notes between custom and system list
  • Take notes to the note-item
  • Clear system note
  • Auto order notes by trend

About

A vscode extension to record the line you jumped frequently

License:MIT License


Languages

Language:TypeScript 51.5%Language:Vue 33.0%Language:CSS 12.5%Language:HTML 3.1%