CodeComplice icon indicating copy to clipboard operation
CodeComplice copied to clipboard

CodeIntel for Sublime Text 2 / 3

Results 20 CodeComplice issues
Sort by recently updated
recently updated
newest added

Roaming\Sublime Text\Packages\CodeComplice\libs\codeintel2\tree.py:55: UserWarning: Not using codeintel's patched elementtree: this may cause problems warnings.warn("Not using codeintel's patched elementtree: " reloading settings Packages/User/Preferences.sublime-settings

Menus are disabled after installing the package (ST3 build 3143) Preference menu after installing CodeComplice ![Preference menu after installing CodeComplice](https://user-images.githubusercontent.com/19352358/37637538-69b36134-2c19-11e8-9843-f17473742d9b.png) Right clic on folder after installing CodeComplice ![Right clic on...

Probably this is not specific to CodeComplice, but to SublimeCodeIntel as well. Let's say I have the following PHP class. ``` php class aClass { private $bClass; public function __construct(bClass...

bug

The tooltips h1 tag isn't displaying the full method name as it's being cut off, see image. ![26e0d92b419c21c0b1151814c4023d6e1e27133e_1_690x211](https://user-images.githubusercontent.com/6619631/31575639-67ce7c48-b0e3-11e7-978d-d43e66025137.png)

Fix issue where in some instances you would have something like this (PHP 5 >= 5.1.0) and it wouldn't work.

On first run, CodeComplice prompted me with the following message in a modal dialog: > An existing Python rule definition exists, and codecomplice wants to overwrite it with its own...

In large projects like for example Magento where there is a lot of cache and many media files this plugin doesn't work. All the time I receive: `Timeout while resolving...

I tried this : "codeintel_scan_exclude_dir":["/build/", "/min/","/node_modules/","_doc","_output","/^_/"], in javascript, but when I try to navigate to a symbol that is defined in multiple places, I get the wrong one (in an...

The problem appears when I established CodeComplice. When I delete CodeComplice, the problem isn't present. Thanks. ### Summary Bug to ``` { "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} },...

Is anybody else having problems with CodeComplice indexing projects after updating Sublime Text to a dev build greater then version 3111?