Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>codeMarkNew to Visual Studio Code? Get it now.
codeMark

codeMark

etienne cochard

|
156 installs
| (0) | Free
code mark explorer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

codemark README

codeMark allow you to set marks in your code using a kind of hierarchical notation. then show it in a small outline window. you can navigate by clicking on elements. you can also reorganize elements. it is a kind of bookmarks defined by text in your code, you can share it.

ex:

    //  somewhere in your code
    //  {{cm:my/root/dir/then/file 2 to demonstrate order:2}}
    
    //  somewhere else
    //  {{cm:my/root/dir/then/file 1 to demonstrate order:1}}
    //  ..continuation..
    //  {{cm:../file 3:3}}

will produce:

    my
      root
         dir
           then
              file 1 to demonstrate order
              file 2 to demonstrate order

1.0.0

Initial release

1.0.1

correction to correctly reveal the mark when clicking.

1.0.2

changed dark / light icons

1.0.3

when choosing an element, the element is revealed more at top codemark is now started automatically

1.0.5

ignore correctly empty elements ie: {{cm:////////////////}}

1.0.6

added {{cm:../xxx}} syntax this syntax reuse the last path and set file to xxx

{{cm:1/2/3/aaa}}
{{cm:../4}}

will produce

1
 2
  3
   aaa
   4

1.0.7

added {{cm:./xxx}} syntax this syntax add xxx to the last path

{{cm:1/2/3/aaa}}
{{cm:./4}}

will produce

1
 2
  3
   aaa
    4
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft