Key for Chris Johnston's Subversion VS Code Extension? - visual-studio-code

I am using this VS Code extension and I cannot make out what these icons are or mean. Anyone know of a key out there?
https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm

https://github.com/JohnstonCode/svn-scm/issues/754
Interesting. It is a setting for Gravatar use in VS Code; in the extension.

Related

How can I enable IntelliSense on a Visual Studio Code extension?

I need to know how to add IntelliSense to a VS Code extension. I tried nothing because that's what I do when I don't know how to do something. Can I please know how?
Thanks! :D

Why does my ':' show "Windows only Oledll" in the intellisense? [duplicate]

While writing Python code on VS Code, it is showing suggestions like:
windll Windows only: Creates ()
I have tried to see if this was coming from snippet extension I might have installed but I don't think I have any... can anyone shine a light on why I am getting his code completion nonsense?
I had this same issue, every time :, ., def, or if is typed, there's annoying suggestions that don't make sense. I found out it's the Python Extended extension that's responsible for this. It seems to be reported on it's GitHub issues page, but for now I would disable the extension as it doesn't seem to be working at all for me. I recommend PyLance as a replacement.
It's the extension problem.
You have installed the extension named: Python Extended inside your vs code and you will need to uninstall it.
It works well on my editor after uninstalling this extension.

How to know which extension provides what snippets in VSCode

I've installed many code snippet extensions in my Visual Stuidio Code, but when I considered to use them, I got several snippets choices with a same input. I cannot tell which one should I use.
Now I have to disable some extensions. How can I find out what extensions that each snippet is provided by? or what snippets an extension is providing?
Select a code snippet, and the extension name is showed in the hint window near the auto completing window.

VS Code: Pug autocomplete class names

I searched the web today to find the answer, but I couldn't find any solution to this problem.
I use BEM in all of my dev projects, so I deal with class names pretty often and their names repeat a lot. In Atom when I wrote Pug code it would suggest to me an already used class name in this document. It was very useful and simple feature.
I moved to VS Code not so long ago, but I couldn't find solution to make this work. Is there any extension or other way to make this work?
I added this line of code to settings:
"emmet.showExpandedAbbreviation": "never"
And it worked like a charm.
"emmet.includeLanguages": {
"html": "pug"
}

A good Code snippet tool or plugin for Word documents?

Does anyone know of a good tool or plugin that enables Microsoft Word or OpenOffice Writer to add code snippets to a document in a clean manner?
I'm not sure if such a plug-in even exists, so redirecting me to any other tool that can help me would be appreciated.
I simply type out the snippet in Visual Studio and then copy paste it into word. It preserves all the code formatting.
The only other thing I do is change the font to Consolas.
I love codekeep for VS.. But it's only available for VS
Snip-It Pro is a stand alone code snippet tool that works with word or open office. It docks to the side of the screen and snippets can be drag dropped into any application. It has syntax highlighting too.
disclaimer: It's my product :)