diff --git a/README.md b/README.md index 89cb159..1416644 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Migrating from Sublime Text](#migrating-from-sublime-text) - [Migrating from Visual Studio](#migrating-from-visual-studio) - [Migrating from Intellij IDEA](#migrating-from-intellij-idea) + - [Camel humps](#camel-humps) - [Using VS Code with particular technologies](#using-vs-code-with-particular-technologies) - [Lint and IntelliSense](#lint-and-intellisense) - [1C](#1c) @@ -91,7 +92,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Toggle Quotes](#toggle-quotes) - [WakaTime](#wakatime) - [Yo](#yo) - - [Camel humps](#camel-humps) - [Formatting/Beautification](#formatting--beautification) - [Better Align](#better-align) - [Auto Close Tag](#auto-close-tag) @@ -248,6 +248,10 @@ The VSCode team provides keymaps from popular editors, making the transition to > Popular Intellij IDEA key bindings for VS Code. +## [Camel Humps](http://www.damirscorner.com/blog/posts/20190726-CamelHumpsNavigationInVsCode.html) + +> Like with Visual Studio and Resharper or Intellij IDEA + # Using VS Code with particular technologies Microsoft created a collection of recipes for using VS Code with particular technologies (mostly Web). @@ -691,10 +695,6 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Using yeoman animation](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) -## Camel Humps - -[Damir's Corner: Camel Humps Navigation in VS Code](http://www.damirscorner.com/blog/posts/20190726-CamelHumpsNavigationInVsCode.html) - # Formatting & Beautification ## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)