Skip to content

Commit

Permalink
added workaround to solve #89 in the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Jan 17, 2015
1 parent 3a96ee4 commit bad370e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Anaconda turns your Sublime Text 3 into a full featured Python IDE. Read the plu

[![Build Status](https://www.gitbook.io/button/status/book/damnwidget/anacondast3-developers-documentation)](https://www.gitbook.io/book/damnwidget/anacondast3-developers-documentation/activity)

# Getting Started
# Getting Started

Anaconda works out of the box but there are multitude of options and features that you can tune and adapt to your own style or needs.

Expand All @@ -31,6 +31,13 @@ You have to update your package control version to the version 2.0 or better

Your sublime text can't find the interpreter that you set in your configuration, by default, anaconda set this as `python` so it will get your configured Python interpreter in your PATH (if any)

## Autocomplete for import behaves badly

Sublime Text 3 Python default package decide to cancel the autocompletion when some words are detected (for example `def` or `class`) but it also decides to cancel it with the word `import`.

To fix that behavior and make ST3 use the anaconda's completion create a new Python directory in your Packages directory and copy the contents of the file [Completion Rules.tmPreferences](https://raw.githubusercontent.com/DamnWidget/anaconda/master/Completion%20Rules.tmPreferences) there with the same name.


# Contributing with Anaconda

There are several ways to contribute with anaconda.
Expand Down

0 comments on commit bad370e

Please sign in to comment.