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

Anselm

Ed Summers

|
102 installs
| (0) | Free
Qualitative coding of Markdown
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Anselm

Anselm is a VSCode plugin that makes it easy to do extremely basic qualitative coding on field notes that are stored as Markdown.

Once you have installed the plugin you can higlight text and run the Anselm: Code command which will prompt you to enter a code, and then will surround your highlighted text with a suitable <mark> element. You can run the command with ⌘-P and then search for Anselm, or you can use the supplied keyboard shortcut ⌘-Z ⌘-C (you can also set your own shortcut if you like).

So for example, assume I have some this bit of text in my fieldnotes:

Some heavy machinery, bulldozers mostly were also there. To the right was a cement structure with multiple large diagonal entrances. I missed the sign pointed to the right for Yard Waste and ended up on a road that led out of the facility. I thought about turning around but it was a one way road. There was another person in a truck at the exit who was watching people leave. I felt a bit like my movement through the facility was controlled.

Anselm will let you quickly assign simple codes to pieces of the text:

Some <mark class="technology">heavy machinery, bulldozers mostly were also there</mark>. To the right was a <mark class="architecture">cement structure with multiple large diagonal entrances</mark>. I missed the sign pointed to the right for Yard Waste and ended up on a road that led out of the facility. I thought about turning around but it was a one way road. <mark class="surveillance">There was another person in a truck at the exit who was watching people leave. I felt a bit like my movement through the facility was controlled.</mark>

When coding, Anselm will present you with a list of already used codes in your workspace. If you activate Anselm without highlighting text any selected codes will simply be inserted into the document. This can be helpful if you want to have multiple codes per selected document since you can position your cursor inside the <mark> element and add the code:

Some <mark class="technology construction">heavy machinery, bulldozers mostly were also there</mark>.

Codes View

You should notice to the left of your VSCode window that there is a pane called "Codes". This tree view shows you the codes that you are using in your workspace with the number of times the code has been used. If you expand the code you will see a list of files in which the code appears followed by the number of times the code is used in that file. Clicking on the file name will open it in VSCode.

TODO

  • Provide a way to bulk rename codes.
  • Provide a code matrix view, for seeing which codes co-occur?
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft