codemap.vscode
codemap.vscode copied to clipboard
Code map (syntax tree) of the active document
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 (----------------)...
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...
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...
and "search select words in all code map of current project"
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...
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.
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...
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" }...