Best of DevTools — June 2022
- 1
- 2
Product Hunt·4y
TanStack - High-quality open-source software for web developers
This is TanStack's first launch. Made by. Software Engineering Developer Tools. Featured on June 3rd, 2022 .is not rated yet . This is Tan Stack's firstLaunch. This is a beta version of the tool. It is not yet rated. It's not yet available to the public.
- 3
- 4
Product Hunt·4y
Tailwind DX - A DevTools extension enabling smart tools for Tailwind CSS
This is Tailwind DX's first launch. Made by. Featured on June 18th, 2022 .is not rated yet. Was hunted byin Developer Tools. Was made by in Developer Tools . Made by in developer tools. It is not ratedyet. It was made byin developer Tools.
- 5
Product Hunt·4y
JSON Hero Chrome extension - A beautiful JSON explorer packed with features
The new JSON Hero Chrome extension lets you easily use JSON Hero from Chrome for plain JSON blobs. Or extract and open Firestore documents, Github files, and Open Graph metadata. And since JSON Hero is open source, you can even point to your own instance of the service.
- 6
Product Hunt·4y
Tailwind Cheat Sheet - Your easy access to Tailwind's classes
Chrome extension to easily access Tailwind's classes. The extension provides following features: Easily accessible tailwind classes. Click on the class to copy the same to clipboard. Search for classes using the search function in Tailwind. Open Source. Back to Mail Online home. back to the page you came from.
- 7
asayer·4y
How to use Chrome as a Code Editor and Debugger
Chrome is a great browser to use for development. It has a number of tools that can be used to improve your code. The following sections describe how to use Chrome’s editing and debugging facilities. We also show you how to make changes to your code that are not permanent.
- 8
- 9
Ionic Blog·4y
Capacitor ❤️’s Ionic’s Visual Studio Code Extension
The Ionic VS Code extension is built right into the Ionic Framework. It can be used to migrate from Cordova to Capacitor. You can use the extension to generate icons and splash screens for your apps. The extension is free to download and use on any Ionic or Cordova app.
- 10
Visual Studio Code·4y
Visual Studio Code May 2022
May 2022 (version 1.68) is the latest version of Visual Studio Code. There are many updates in this version that we hope you'll like. View errors and warnings as a table to quickly filter on their source. Git branch protection is now available right inside VS Code.
- 11
Product Hunt·4y
Untitled UI Icons — 1,100+ FREE icons - 1,100+ FREE essential Figma icons for modern UI design
This is Untitled UI Icons — 1,100+ FREE icons's first launch. Made by. Design Tools Developer Tools. Featured on June 2nd, 2022 .is not rated yet. Unrated icons can be downloaded for free from the App Store and Google Play.
- 12
- 13
DevDojo·4y
5 must-have JetBrains plugins for remote developers
The best JetBrains plugins for remote developers. Code With Me is a collaborative coding and pair programming service. WakaTime shows how long each team member coded individually on each project. SonarLinter is a static code analysis tool that will help you write efficient, safe and quality code.
- 14
omg! ubuntu!·4y
GitHub Axes Atom Text Editor, Recommends VSCode Instead
GitHub’s Atom text editor is being discontinued. GitHub says it has decided to ‘retire Atom in order to further our commitment to bringing fast and reliable software development to the cloud’ Microsoft has its own Electron-based coding-come-text-editor in VSCode.
- 15
Geekflare·4y
7 Vim Editors for Better Productivity in 2022
Vim stands for “Vi Improved”, which means it’s a revamped version of the Vi text editor. Vim has a huge and active user base that is continually releasing new modules, add-ons, and text editor improvements. There are plenty of Vim-inspired editors available on the internet.
- 16
DevDojo·4y
JetBrains plugins to upgrade the built-in Git support to the next level!
The Git plugin that comes bundled with all JetBrains IDEs is actually quite impressive. It's a full blown Git client in its own right with almost all the features of a standalone client such as SourceTree, Tower or GitKraken. There are even more features you can enhance your IDE’s Git support with - allow me to present to you 5 plugins that build on top of Git.
- 17
InfoWorld·4y
JetBrains Fleet: The future of IDEs?
JetBrains Fleet is a new multi-language programming editor and IDE. It represents JetBrains’ attempt to rebuild the entire integrated development environment from scratch. For Java, Fleet uses the IntelliJ code-processing engine. For some other languages, Fleet using a language server, à la Visual Studio Code.
- 18
- 19
Web Tools Weekly·4y
VS Code, Frameworks, Build Tools, React Native
Many of you use Visual Studio Code (VS Code) as your primary code editor. I decided that VS Code would be the perfect topic to have its own newsletter: VSCode.Email. I've already sent out 8 issues so far that include: A quick tip in the intro on using and customizing VS Code. A short list of VS Code tools and extensions. A brief list of other IDEs and editors.
- 20
Hashnode·4y
GitLive's Tool Window Just Got a Major Upgrade in PhpStorm
With the new tool window, you can now see all work in progress across your entire team in a single view. It's like a branch-based version of github.com/pulls but updated in real-time directly inside PhpStorm. The tool window shows every branch ahead of the default branch for every repository in your organization, grouped by the author.
- 21
Tinybird·4y
I built a Tinybird syntax highlighter for VSCode
Tinybird data projects are meant to be managed like code, with versioning, CI/CD, tests, etc. Why shouldn’t they have their own syntax highlighter? So, rather than wait around, I did what any Tinybird dev would have done: I built it. If you use VSCode, you can install it here.
- 22
Linux Handbook·4y
How to Split Vim Workspace Vertically or Horizontally
Vim allows you to have multiple horizontal or vertical splits in your active workspace. There are two ways you can split a Vim workspace - horizontally and/or vertically. You can know which window is active based on which window has your cursor. Vim creates splits with a similar width/height.
- 23
SelectFrom·4y
How to Use Vim for Beginners
Vim or Vi IMproved is an open-source text editor. It was initially developed for Unix. What makes Vim different from other typical text editors is its interface. In this short tutorial, I will try to cover navigating the interface, operating on files, basic editing commands and using Vim in VSCode.