Skip to content

Commit

Permalink
🌟Feature: Adding MARK for Minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPorwal committed Apr 9, 2024
1 parent 600ec59 commit c068741
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- [Extension Based Snippets](#extension-based-snippets)
- [User Defined Snippets](#user-defined-snippets)
- [Open VS Code In A Folder](#open-vs-code-in-a-folder)
- [Minimap Section Headers](#minimap-section-headers)
- [Multi Cursor](#multi-cursor)
- [Extensions](#extensions)
- [Settings](#settings)
Expand Down Expand Up @@ -236,6 +237,16 @@ This will add the code command to your system PATH, so that you can launch VS Co

Now, open desired folder you want to open in VS Code and press `right mouse` key, you will see `Open With Code` option there.

## Minimap section headers

The minimap now recognizes and renders sections defined by folding markers, such as //#region in TypeScript, or comments that use MARK:. This lets you quickly scan and navigate across large files.

<!-- MARK: Hello -->

<center>
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/mark-mini-map.png" alt="mark-mini-map">
</center>

## Multi Cursor

One way is to hold `Alt` + `Right click` on mouse where every you want to create another cursor. Or like this:
Expand Down
Binary file added Sources/mark-mini-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c068741

Please sign in to comment.