-
Updated
Jul 29, 2021 - JavaScript
{{ message }}
A search tool helps dev to solve the naming things problem.
AI Code Completions
VSCode now has a feature called Memento that allows extensions to store data reliably:
https://code.visualstudio.com/api/references/vscode-api#Memento
The drawio extension currently stores data in the settings instead that clutters users settings.
There's this great tutorial about how to use it here:
https://www.chrishasz.com/blog/2020/07/28/vscode-how-to-use-local-storage-api/
Make the animation smoother.
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
Official repository for the Microsoft C/C++ extension for VS Code.
VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
REST Client Extension for Visual Studio Code
Launch a development local Server with live reload feature for static & dynamic pages.
I'm sure this issue is not a duplicate.
I'm submitting an icon request:
file_type
The optimal flow for Jest based testing in VS Code
VSCode Neovim Integration
Describe the bug
When creating a new project there´s a few messages that appears in the language that the PC is configured, rather than using English.
This messages come from Core Template Studio.
Currently the rest of Web Template Studio just works in English.
To Reproduce
Steps to reproduce the behavior:
Java Language Support for Visual Studio Code
Code Runner for Visual Studio Code
Intelligent Tailwind CSS tooling for Visual Studio Code
Super fast sftp/ftp extension for VS Code
This extension adds extra autocompletion for laravel projects to VSCode.
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
Emacs Org Mode for Visual Studio Code
I love the extension but the icon feels a little out of place relative to other icons to me. The close lines/crowded detail actually makes the icon appear blurry on my display vs the built in icons which are sharp (screenshots don't capture it well). A more minimalistic folder icon might match better with the built in VSCode icons.
<img width="86" alt="CleanShot 2021-05-19 at 10 54 33@2x" src="
Thunder Client is a lightweight Rest API Client Extension for VS Code.
Add a description, image, and links to the vscode-extension topic page so that developers can more easily learn about it.
To associate your repository with the vscode-extension topic, visit your repo's landing page and select "manage topics."
Describe the bug
The property 'editor' can be undefined (see Screenshots section).
To Reproduce
Steps to reproduce the behavior: