All Projects → Wattenberger → Footsteps Vscode

Wattenberger / Footsteps Vscode

Licence: mit
Keep your place when jumping between a different parts of your code. This is a vscode extension that will highlight lines as you edit them, fading as you move away.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Footsteps Vscode

Vscode Java
Java Language Support for Visual Studio Code
Stars: ✭ 1,370 (+1112.39%)
Mutual labels:  vscode-extension
Vscode Partial Diff
Visual Studio Code Extension. Take a diff of 2 parts of text(s)
Stars: ✭ 106 (-6.19%)
Mutual labels:  vscode-extension
Vscode Ptt
在 VSCode 瀏覽 PTT!
Stars: ✭ 110 (-2.65%)
Mutual labels:  vscode-extension
Vscode Math To Image
📐 Render LaTeX math equations in any Markdown file!
Stars: ✭ 102 (-9.73%)
Mutual labels:  vscode-extension
Vscode Mdx Preview
MDX Preview for Visual Studio Code
Stars: ✭ 103 (-8.85%)
Mutual labels:  vscode-extension
Halcyon Vscode
A dark blue theme for VS Code based on the Ayu Mirage theme
Stars: ✭ 108 (-4.42%)
Mutual labels:  vscode-extension
Betterfountain
A screenwriting app integrated into visual studio code
Stars: ✭ 99 (-12.39%)
Mutual labels:  vscode-extension
I18n Ally
🌍 All in one i18n extension for VS Code
Stars: ✭ 1,931 (+1608.85%)
Mutual labels:  vscode-extension
Vscode Winteriscoming
Dark theme with fun and bright foreground colors
Stars: ✭ 105 (-7.08%)
Mutual labels:  vscode-extension
Vscode Amiga Debug
One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 10.1 with the bundled WinUAE.
Stars: ✭ 107 (-5.31%)
Mutual labels:  vscode-extension
Vscode Rss
An RSS reader embedded in Visual Studio Code
Stars: ✭ 102 (-9.73%)
Mutual labels:  vscode-extension
Vscode Yuml
yUML extension for Visual Studio Code
Stars: ✭ 102 (-9.73%)
Mutual labels:  vscode-extension
Vscode Solidity Auditor
Solidity language support and visual security auditor for Visual Studio Code
Stars: ✭ 108 (-4.42%)
Mutual labels:  vscode-extension
Vscode Idris
Idris for Visual Studio Code
Stars: ✭ 101 (-10.62%)
Mutual labels:  vscode-extension
Vscode Js Annotations
Javascript / Typescript Parameter Annotations for Visual Studio Code
Stars: ✭ 110 (-2.65%)
Mutual labels:  vscode-extension
Vscode Deno
Visual Studio Code Deno extension
Stars: ✭ 101 (-10.62%)
Mutual labels:  vscode-extension
Vscode Maven
VSCode extension "Maven for Java"
Stars: ✭ 107 (-5.31%)
Mutual labels:  vscode-extension
Vscode Azure Blockchain Ethereum
Blockchain extension for VS Code
Stars: ✭ 111 (-1.77%)
Mutual labels:  vscode-extension
Vscode
Unibeautify for VSCode
Stars: ✭ 110 (-2.65%)
Mutual labels:  vscode-extension
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: ✭ 108 (-4.42%)
Mutual labels:  vscode-extension

👣 Footsteps 🐾

Keep your place when jumping between a different parts of your code. This is a VSCode extension that will highlight lines as you edit them, fading as you move away.

Jump between lines using ctrl+alt+left and ctrl+alt+right.

The extension in-action

Extension Settings

This extension allows the following settings:

  • footsteps.highlightColor

    Default: "rgb(153, 128, 250)"

    The color of the highlighted trail (in rgb format). I'd recommend keeping this subtle - black (rgb(0, 0, 0)) if you have a dark theme and white (rgb(255, 255, 255)) if you have a light theme.

  • footsteps.highlightColorMaxOpacity

    Default: 0.4

    The maximum opacity for line highlights (0 - 1) - higher number means a more opaque highlight.

  • footsteps.doHighlightChanges

    Default: true

    Whether or not to add line highlights. If this is false, it will still allow navigation between chunks.

  • footsteps.doHighlightCurrentlyFocusedChunk

    Default: false

    Whether or not to highlight the actively focused chunk. It can be distracting to highlight the code you're actively working on, so this is off by default.

  • footsteps.maxNumberOfChangesToRemember

    Default: 6

    The number of changes to save in history

  • footsteps.maxNumberOfChangesToHighlight

    Default: 10

    The number of changes to highlight. A lower number drops off more quickly.

Commands

This extension doesn't have any default commands, to prevent from clashing with your setup. Bind your own keybindings to these commands:

  • footsteps.skipBack

    Skip back in footsteps. Default: ctrl+alt+left

  • footsteps.skipForwards

    Skip forwards in footsteps. Default: ctrl+alt+right

  • footsteps.skipBackSameFile

    Skip back in footsteps (stay in the same file)

  • footsteps.skipForwardsSameFile

    Skip forwards in footsteps (stay in the same file)

  • footsteps.skipBackDifferentFile

    Skip back in footsteps (skip between files)

  • footsteps.skipForwardsDifferentFile

    Skip forwards in footsteps (skip between files)

  • footsteps.clearChangesWithinFile

    Clear all changes within file (useful when you've edited the whole file)

  • footsteps.toggleHighlightingLines

    Toggle the footsteps.doHighlightChanges setting: whether or not we are highlighting lines

🤝 How to Contribute

I'd love suggestions on how to improve the extension (feature requests) or code suggestions.

📝 License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].