-
Hello. This is my vision of current topic.
Consider following configuration:
``` lisp
(setq company-backends '(company-async company-sync))
```
When company try to complete some code it'll call all…
-
Periodically, as soon as I start typing anything Brackets Sprint 30 freezes and I can't do anything. I did not see this in previous updates. I'm on OSX 10.7.5 . Restarting Brackets doesn't even help…
-
Hi
thanks for this useful plugin.
as you know ,(c-space) is mapped to ropecodeassist by default.For my case, I just want (c-space) to be taken for other use,and map some keybind for ropecodeassist.
h…
-
I have just noticed that after upgrading/reinstalling Eclipse some eclim vim files are missing.
E.g. ./org.eclim.wst/vim/eclim/indent/html.vim.
This is because some of the plugins gets skipped:
```…
-
Figure out how to make UI tests working to test features like codeassist proposals and hyperlinking.
-
Lately I don't get any function suggestions anymore inside the curly brackets {{ }}.
http://twig.dubture.com/images/codeassist.png
I don't know if this is related, but I think it stopped working aft…
alsar updated
11 years ago
-
When editing a source file which contains a `with` statement, positioning the cursor anywhere within the `with` block will produce an error message in the minibuffer and `*Messages*` buffer: `eldoc er…
-
On Mac OS X, since version 0.0.14 I get this error when opening PHP files:
```
Error creation processor for extension-point org.eclipse.php.ui.phpFormatterProcessor
Plug-in org.pdtextensions.core.ui …
-
Is there a step by step guide on installing eclipse, and setting up this plugin? I am completely new to eclipse. I usually use PHPStorm but saw this plugin and it looks awesome, but I am having no luc…
-
I usually add this to the SublimeRope config:
``` python
prefs.add('python_path', '/usr/lib/python2.7/')
prefs.add('python_path', '/home/mandx/projects/test_project_root/test_project')
pr…
mandx updated
12 years ago