Fix excerpts on blog posts
This commit is contained in:
parent
429c373db7
commit
ff9f0a7b0b
124 changed files with 187 additions and 604 deletions
|
@ -1,14 +1,12 @@
|
|||
---
|
||||
title: Quick Project Switching in PhpStorm
|
||||
excerpt: How to quickly switch between projects in PhpStorm.
|
||||
tags:
|
||||
- phpstorm
|
||||
has_tweets: true
|
||||
---
|
||||
{% block excerpt %}
|
||||
Following a recent conversation on Twitter with [socketwench](https://twitter.com/socketwench) about project switching in PhpStorm, I thought I’d document my workflow here.
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
Here is the original tweet and my initial response. I also have a lot of PhpStorm projects, and as I’m always working on multiple projects I regularly need to switch between them.
|
||||
|
||||
{% include 'tweet' with {
|
||||
|
@ -44,4 +42,3 @@ We can make this easier by adding a new keyboard shortcut. Within the Keymap pre
|
|||
{.with-border .with-padding}
|
||||
|
||||
This this shortcut added, you can now use it to instantly bring up your recent projects list, filter it and switch project.
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue