From fe996ea75b4f22dd034a5fd30afb5ed8a677d8b7 Mon Sep 17 00:00:00 2001 From: Daniel Fisher Date: Sat, 24 Aug 2019 19:23:39 +0200 Subject: [PATCH 1/3] Added a blog post that shows how to enable camel humps --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fe5f7a..590ac4c 100644 --- a/README.md +++ b/README.md @@ -690,6 +690,10 @@ 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) From 590c46ef5ecfe571b86bddcf8bf81c61115a4a54 Mon Sep 17 00:00:00 2001 From: Daniel Fisher Date: Sat, 24 Aug 2019 19:27:13 +0200 Subject: [PATCH 2/3] Updated TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 590ac4c..89cb159 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ 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) From 542a99bd66514710bc2b8988db5a649159d896c8 Mon Sep 17 00:00:00 2001 From: Daniel Fisher Date: Thu, 5 Sep 2019 08:48:00 +0200 Subject: [PATCH 3/3] Moved camel humps to migration section --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)