codemap.vscode icon indicating copy to clipboard operation
codemap.vscode copied to clipboard

Code map (syntax tree) of the active document

Results 23 codemap.vscode issues
Sort by recently updated
recently updated
newest added

Hi, I've tried to create code map for documents with RST (restructured text) markup. In this case, the document has 4 types of headers: Header Level1 (=========) Header Level2 (----------------)...

help wanted

Hi love the plugin. depened on it.... Can you add a sort button(2) . sometimes i want to see the list sorted... somethimes i want to see the list in...

enhancement
Done

enhancement
help wanted

Hi, I am using a custom mapper for the extension ".ls". This mapper used to work before but when I opened up an .ls file today, I found that the...

question

and "search select words in all code map of current project"

question

We made a custom JS mapper for CSDL XML files (OData CSDL XML is defined at http://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/cs01/odata-csdl-xml-v4.01-cs01.html). However in the VSCode JSON Settings we have to register it under the...

enhancement

It would be more practical if it unfolds also classes and functions in editor. And more like Ctrl+click it opens the whole class/function rite away.

enhancement
Done waiting fro release

Using the quick pick command causes an error, unless the extension has been activated before in the same session by opening the sidebar view. (For myself, the sidebar feels completely...

bug
Done waiting fro release

I have set up a custom mapper for MapBasic (syntax similar to VBScript) as follows: "codemap.mb": [ { "pattern": "^([Ff]unction|[Ss]ub) .*", "clear": "[Ff]unction |[Ss]ub ", "suffix": "", "icon": "function" }...

bug
Done waiting fro release