Questions tagged [sublimecodeintel]

SubLimeCodeIntel is a code intelligence and smart autocomplete engine for Sublime Text 2.

Available under the MPL licence, SubLimeCodeIntel Code intelligence plugin ported from Open Komodo Editor to Sublime Text 2.

Its features include:

  • Jump to Symbol Definition
  • Function Call tooltips
  • Imports autocomplete
28 questions
1
vote
1 answer

SublimeCodeIntel phalcon autocomplete

Configuring I'm creating .codeintel/config in project folder { "PHP": { "php": 'D:\xampp\php', "phpExtraPaths": ["D:\xampp\phalcon-devtools-master\ide\1.2.6\Phalcon"], "phpConfigFile": 'php.ini' } } There is no…
1
vote
0 answers

Sublime CodeIntel Catalog for PyQt

I work with that tutorial to build a PyQt4 Catalog for my Sublime-Package: LINK But it just generate this file:
Tekkzz
  • 630
  • 7
  • 25
1
vote
1 answer

How to set sublimecodeintel of sublime text 2 in Linux environment?

Recently I tried to set sublimecodeintel for sublime text 2 to help my python development.But after several tests I cannot get the code completetion. I followed the directory of github:https://github.com/SublimeCodeIntel/SublimeCodeIntel But I did…
1
vote
1 answer

Sublime CodeIntel, adding django path

I'm trying to configure Sumblime CodeIntel so that it works with django. The official docs state that: For adding additional library paths (django for example), either add those paths as folders to your project, or create an optional codeintel…
nutship
  • 4,624
  • 13
  • 47
  • 64
1
vote
1 answer

SublimeCodeIntel does not recognize project .codeintel/config

I can get the ~/.codeintel/config file (in the home directory) to be read and can delete the db to force SublimeCodeIntel to re-read it. However, when I try to use the /.codeintel/config (in the project root) SublimeCodeIntel does not…
antman
  • 227
  • 2
  • 17
0
votes
0 answers

Sublime codeintel autocomplete does not work sometimes

I have an issue when working in JS. If I have a string which i split into an array. For some reason when I start typing my variable followed by the first few letters of splice than there is no autocomplete for splice only split is displayed. See…
hubvill
  • 237
  • 1
  • 14
0
votes
1 answer

SublimeCodeIntel isn't looking in python 3 paths

I installed SublimeCodeIntel package in sublime text, and I use it to code in python 3. However, the problem is that it uses python2 paths to do the import, so if a library is installed in python2 and not in python3, i won't find it when i use…
Sidahmed
  • 792
  • 1
  • 12
  • 23
0
votes
1 answer

How can I disable this annoying CodeIntel autocomplete pop up in Sublime 2?

For example, when I type html + tab, the html boilerplate automatically loads: ` ` then if I type ol + tab, it automatically loads the opening tag and the closing…
0
votes
1 answer

Python 3.4.3 - Windows 8.1 64bit - Error on "pip install codeintel"

I am trying to install codeintel for python so my sublime text 3 will work with code intel when writing Python code. I am on Windows 8.1 64bit and my Python version is 3.4.3 When i run: pip install codeintel I get the following error error:…
timbram
  • 1,797
  • 5
  • 28
  • 49
0
votes
1 answer

Bad autocompletion SublimeCodeIntel

I installed SublimeText3 recently. I installed the SublimeCodeIntel package for enable autocompletion for PHP. But, when I've a function with many parameters, it doesn't show the parameters correctly. In the area with blue background, in…
0
votes
1 answer

Sublime Text 2 - Auto complete issues

I just recently swapped out Espresso with Sublime Text 2 because of the large amount of available packages. I use the software mainly for web developing and installed quite a few packages. All Autocomplete, AndyPHP, PHP Completions KIT and…
0
votes
1 answer

SublimeCodeIntel Canopy modules autocompletion

I am using Sublime Text 3 with CodeIntel plugin on OSX Mavericks. I have installed Canopy and set the env so that I can simply use it from Terminal.app. In Sublime, I want the Canopy's modules to be recognized and auto-completed as I type. So far it…
0
votes
1 answer

Adding CKEditor Library to SublimeCodeIntel Autocomplete

I've added the following to my ~/.codeintel/config file but i can't get any autocomplete while writing plugins for CKEditor. { "JavaScript": { "javascriptExtraPaths" : [ "D:\libraries\ckeditor\ckeditor.js" ] …
CincauHangus
  • 431
  • 3
  • 21
1
2