重装idea后必装插件

因为国内网络访问这个站点效果一直不太好,经常下载不到,所以我全部趁网络好的时候check了离线包下来

  1. vim 2014-04-28

  2. gitignore support

  3. markdown 2013-12-01

  4. key promoter 2012-05-22

    Shows to user how easy he can make same action using only keyboard(menus and toolbar button mouse clicks initiates shortcut display)

  5. webmaster 2014-01-09

    Provides some extra features for web-developers (see ‘Webmaster’ item in ‘Tools’, Editor popup and Project View popup)

  6. hexview 2006-09-13

    自己在webstrom下装了, 死活找不到在哪

    所以我就改用notepad++ 看文件的16进制了, notepad++ 也是需要装插件的hexEditor 安装方法非常简单: 把dll拷贝到D:\Program Files (x86)\Notepad++\plugins notepad++的安装目录的plugins目录, 重启notepad++

  7. Character Browser 2006-02-07

    This plugin allows you to browse and search characters and parts of the Unicode” character set. Insert characters into an editor in one of 10 forms. Decodes coded characters at the cursor position.

    同样是webstorm装了找不到在哪

  8. handlebars github

需要做的调整

  1. 添加jekyll-md file template

File and Code Template - Template - 名字可以叫做”jekyll-md” , 文件内容如下:

---
layout: post
title: ${Title}
---

这时候到File-new 如果找不到可以参考 创建的file template 在新建文件的列表中没有

  1. import 我存储的settings

  2. 安装intellij-colors-solarized 配色方案, 有些文件使用这个配色方案更好看 github