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
12
votes
1 answer

Setting up SublimeCodeIntel plugin to work with Rails/Ruby on Windows

I have spent the last 30 minutes trying to find examples on how to configure SublimeCodeIntel plugin on Sublime Text 2 to work with Rails / Ruby on windows. And even if it is stated in the documentation that it does support Rails, there is no…
Haris Krajina
  • 14,824
  • 12
  • 64
  • 81
7
votes
1 answer

Sublime​Code​Intel vs All Autocomplete?

I couldn't figure out which one of this two popular plugins are working better in autocompleting feature in the Sublime 3 environment. What exactly are the differences? Moreover, I am wondering whether they can work properly along each other without…
5
votes
1 answer

SublimeCodeIntel - how to set path to Python 3 installation

I have Python 3.x installation in Windows in "c:\Pyhton3" folder. How can I specify Python folder location for SublimeCodeIntel --so it can find Python 3 source files by "Find declaration" cmd? What to write in .codeintel/config file? E.g. I want to…
Prog1020
  • 4,530
  • 8
  • 31
  • 65
4
votes
2 answers

I want to disable the sublime autocomplete suggestion pop-ups when I type semicolon

I am using the SublimeCodeIntel package and currently, when I type a semicolon to end a line, Sublime keeps popping up the autocomplete suggestion box: Currently, I have to press "Shift+Enter" after semicolon or "Esc" then "Enter" to jump to the…
Jimmy Chan
  • 41
  • 3
4
votes
1 answer

SublimeCodeIntel not working on PHP Sublime Text 3 Ubuntu

I've tried installing SublimeCodeIntel via Package Manager on my Sublime Text 3 under Ubuntu 15.10 as VM (VirtualBox) but I cant get it to work. Here is my SublimeCodeIntel.sublime-settings (User) { "codeintel_language_settings": { …
Jaime Sangcap
  • 2,515
  • 6
  • 27
  • 45
4
votes
0 answers

How to get php documentation in sublime codeintel

I use Sublime Text 3 & its CodeIntel plugin for my basic PHP development and I need it to show me a documentation of a function(either built-in function or from a 3rd party class) whenever I ctrl+shift+space over the function. How do I go about…
abdul01
  • 89
  • 3
3
votes
0 answers

How to install and build CodeIntel with Pip for Sublime Text

I'm trying to install CodeIntel on my Mac for use with SublimeCodeIntel, but I'm getting an error. I'm running: MacOS Sierra (10.12.5) Python 2.7.10 PIP 9.0.1 When I run: pip install --upgrade --pre CodeIntel I get: Installing collected packages:…
MarketHubb
  • 437
  • 3
  • 11
3
votes
4 answers

How to get jQuery code completion to work in Sublime Text 2?

I am doing some light jQuery based Javascript programming with Sublime Text 2. Is there such a thing as code completion for jQuery? I've installed SublimeCodeIntel, but getting nothing. For instance, consider the following:
2
votes
0 answers

CodeIntel with PHP in Sublime Text 2 not working

I am trying for 2 hours now to get SublimeCodeIntel working with PHP. Well, some things work, but CodeIntel doesnt autocomplete class methods and parameters when outside of the class. I use Sublim Text 2 for Windows (7) and the last version of the…
Vivien Ln
  • 171
  • 7
1
vote
0 answers

sublimecodeintel doesn't work

I tried everything to make it work.but I was failed. here is the .codeintel/codeintel.log: { “PHP”:{ “php”:'/ usr / bin / php' “phpExtraPaths”:[] “phpConfigFile”:'php.ini' }, “JavaScript”:{ …
Su1_Xu3
  • 11
  • 2
1
vote
1 answer

how to change SublimeCodeIntel key binding for Sublime Text 3 on mac?

For SublimeCodeIntel, the default key bingding as below: Jump to definition = Ctrl + Click Jump to definition = Ctrl + Cmd + Alt + Up Go back = Ctrl + Cmd + Alt + Left Manual Code Intelligence = Ctrl + Shift + space SublimeCodeIntel default…
pangpang
  • 8,581
  • 11
  • 60
  • 96
1
vote
1 answer

Sublime text 3 and SublimeCodeIntel and yii

Today I install sublime text 3. I install plugin SublimeCodeIntel. This plugin help me for autocomplete functions in php. In my projects I use Yii framework. Can I add yii framework to this plugin.
user2969404
  • 27
  • 2
  • 10
1
vote
1 answer

Sublime Text 2 - CodeIntel - Ruby Gem Completion

I was going through Ruby autocompletion for Sublime Text 2 (Mac OSx). I've installed a cool package Sublime Codeintel that I found very usefull. It works properly for Ruby standard library (if we can call it like that) but I cannot configure it to…
AlessioG
  • 576
  • 5
  • 13
  • 32
1
vote
1 answer

SublimeCodeIntel Autocomplete Fails with Pandas and Numpy

I'm trying and failing to get autocomplete working with python in Sublime Text 3. Sublimecodeintel is recommended on multiple blogs and 'set up' guides. When it works, it's great, but I can't get it to work with numpy or pandas, the two packages I…
oscarbranson
  • 3,877
  • 1
  • 13
  • 15
1
vote
1 answer

SublimeCodeIntel won't provide Ruby support with Sublime Text 3 on Windows

I'm unable to get the plugin to work on my Sublime 3 on Windows 7 64bit. I followed the guide and installed the package using Package Control but nothing happens after I try to use it. Tried Ctrl + Shift + Space with no success. Log file nonexistent…
Timka
  • 1,769
  • 1
  • 20
  • 27
1
2