
Now we just need to find something to sort a Javascript object by Key One click and everything was ordered for us. When documenting arguments for functions we wished it was easy to alphabetize, and it was.
#Sublime text sftp view output panel code#
There are lots of extensions but VS Code has a sort lines function built in. It's really useful for log file analysis.ģ/24/20 - Sort Lines - built into VS Code It also supports a set of selection commands, which allows you to select bookmarked lines and regions between bookmarked lines. It helps you to navigate in your code, moving between important positions easily and quickly. This allows developers to clone a repo, and then immediately start learning it, without needing to refer to a CONTRIBUTING.md file and/or rely on help from others.ģ/17/20 - Bookmarks by Alessandro FragnaniĪlefragnani.Bookmarks - 749,669 installs - 5 stars
#Sublime text sftp view output panel series#
A "code tour" is simply a series of interactive steps, each of which are associated with a specific file/line, and include a description of the respective code. It's like a virtual brownbag, that can make it easier to onboard to a new project/feature area, visualize bug reports, or understand the context of a code review/PR change. detour - 345 installs - 5 starsĬode Tour is a Visual Studio Code extension, which allows you to record and playback guided walkthroughs of your codebases. Customize font(size/family/weight) in response preview.Save raw response and response body only to local disk.Organize MULTIPLE requests in the same file (separated by # delimiter).Auto save and view/clear request history.


The history can also help you out when your workspace has a catastrophic problem. It can help you out when you change or delete a file by accident. At any time, you can compare a file with any older version from the history. Xyz.local-history - 135,494 installs - 4 starsĪ visual source code plugin for maintaining local history of files.Įvery time you modify a file, a copy of the old contents is kept in the local history. This extension is enabled for other languages like XML, PHP, Vue, JavaScript, TypeScript, JSX, TSX and so on. It allows quickly jumping to or peeking into files that are referenced as components (from template), or as module imports (from script).įto-close-tag - 2,366,279 installs - 4.5 starsĪutomatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text does.įrom VS Code 1.16, it has built-in close tag support for HTML, Handlebars and Razor files.

This extension extends Vue code editing with Go To Definition and Peek Definition support for components and filenames in single-file components with a. Recommend using Ortus Solution’s CFLint conventionsĬloak hides/shows your secrets in environment files, to avoid accidentally sharing them with everyone who sees your screen.Īllows peek and goto definition for Vue single-file components. This extension integrates CFLint into VS Code. You can assign shortcuts for each wrapper function separatelyĬFLint is a linter for CFML and you can find more information at its GitHub repository. We had 50 episodes in 2020, each with a VS Code hint tip or trick, so we wanted to give you a way to see all of them in one place, so here they are.īy Mehmet Yatkı - 17,978 installs - 5 starsĪ simple yet powerful extension to add wrapper templates around your code blocks. Since I got this question so much, we decided to dedicate a portion of our CFML News Podcast to VS Code Hints, Tips and Tricks. VS Code is the hottest IDE out there, and the most asked question I get at every conference I attend is, "what VS Code extensions are you using?".
