fmartingr.com/blog/2012/12/21/my-sublimetext-2-workspace/index.html

102 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My SublimeText 2 workspace | Blog | Felipe Martin</title>
<link rel="stylesheet" href="/static/css/style.css">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for fmartingr.com" href="/feed.xml" />
<link rel="icon" href="/static/images/favicon.ico">
<!-- Mobile -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="cleartype" content="on">
</head>
<body class="blog post">
<div class="page-content center">
<header>
<div class="avatar">
<img class="avatar" src="/static/images/avatar.jpg?h=f834fb12">
</div>
<h1>Felipe Martín</h1>
<nav>
<a href="/">/home</a>
<a class="text-bold" href="/blog/">/blog</a>
<a href="/about/">/about</a>
</nav>
</header>
<hr>
<section class="main-content">
<article class="blog-post">
<h1 class="title"><a href="/blog/2012/12/21/my-sublimetext-2-workspace/">My SublimeText 2 workspace</a></h1>
<div class="info">
Published on December 21, 2012
</div>
<div class="content">
<h2 id="package-control">Package Control</h2><p>Essential. Install this and forget about downloading files, updating, … Choose
to use or not every other plugin, but this one is mandatory. Just install it.</p>
<h2 id="soda-theme">Soda theme</h2><p>The best theme I've seen for SublimeText. It's really clean and elegant. Don't
forget to use it's custom colors too!</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/SodaTheme.png" alt="&#34;Soda
theme&#34;"></p>
<h2 id="sublimelinter">SublimeLinter</h2><p>Highlight potential errors using <em>lint</em> programs so you can keep your code
clean.</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/SublimeLinter.png" alt="&#34;Example of
SublimeLinter&#34;"></p>
<h2 id="sublimecode-intel">SublimeCode Intel</h2><p>Helps with autocomplete, allows <em>jump-to</em> and displays information of the
highlighted function on the status bar.</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/SublimeCodeIntel.png" alt="&#34;Example of SublimeCode
Intel&#34;"></p>
<h2 id="sublimerope-python-only">SublimeRope [<strong>Python only!</strong>]</h2><p>Add a lot of IDE-like features to python developers thanks to the rope
library.</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/SublimeRope.png" alt="&#34;Example of
SublimeRope&#34;"></p>
<h2 id="git-gitgutter">Git &amp; GitGutter</h2><p>The first one is a tool to integrate git commands onto the command palette,
the second one inserts an icon in the gutter area whether a line has been
modified, added or removed.</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/GitGutter.png" alt="&#34;Example of
GitGutter&#34;"></p>
<h2 id="sidebarenchancements">SideBarEnchancements</h2><p>Add tons of functions to the sidebar contextual menu!</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/SidebarEnhancements.png" alt="&#34;SidebarEnhancements contextual
menu&#34;"></p>
<h2 id="advancednewfile">AdvancedNewFile</h2><p>This is the best. Create a new file just with a key combination, no popups, no
nothing. Just press <code>CMD</code>+<code>ALT</code>+<code>N</code>, write the full path -relative to your
project path- of the file you want to create and press enter.</p>
<p><img src="/blog/2012/12/21/my-sublimetext-2-workspace/AdvancedNewFile.png" alt="&#34;Example of
AdvancedNewFile&#34;"></p>
<p>I use some other plugins, but this is my top. Do you use other really good
plugins not listed here? Tell me!</p>
</div>
<hr />
</article>
<div class="block-info">
If you want to approach me directly about this post use the most appropriate channel
from <a href="/about/">the about page</a>.
</div>
</section>
<hr>
<footer>
Site created using <a target="_blank" href="https://getlektor.com">Lektor</a>. Source code available in <a target="_blank" href="https://github.com/fmartingr/fmartingr.com">Github</a>
</footer>
</body>
</html>