-
If you type 'ini' above the `@override` statement below you get the initState suggestion. If the override statement is deleted then you don't get the suggestion. I heard Filip on the Boring Show say…
-
There should be an error propagation for each feature in a classifier. A quickfix can prefill the subclause with propagations.
Currently there is no consistency rule in the standard that states the ab…
-
_From @axsauze on April 17, 2016 13:50_
There is a bug for the ion-side-menu when you have expose-aside-when. If a width is provided using a scope variable, the sidebar won't display.
**Steps to rep…
jgw96 updated
7 years ago
-
This is an issue tracking [Bug 562654](https://bugs.eclipse.org/bugs/show_bug.cgi?id=562654) - Intermittent test failures in I-builds : testHierarchicalJUnit, testFormatChanges02, markImplementOccurre…
-
In code like this:
``` ceylon
JList list = ... ;
list.add("hello"); //error
```
I would like a quickfix that adds a call to `javaString()` if `ceylon.interop.java` is imported, or to the constructor…
-
If `https://github.com/Konfekt/vim-langtool` is called by
```vim
compiler langtool
AsyncRun -auto=make -program=make
```
instead of
```vim
compiler langtool
make
```
then an empty line is a…
-
Typing `[[some_new_note]]` in an existing document, positionning the cursor
within the brackets and using a code action to create a new file with that
name, opening it in the editor.
The file cou…
-
as discussed in https://github.com/arduino/arduino-ide/issues/1788 brltty v6.4 has a major flaw that blocks many serial adapters like those from Arduino boards (CH340) from accessing the USB port. The…
-
``` vim
:set switchbuf=useopen
:grep hoge * " 適当にquickfixを作成。空でなければ何でもいい
" この時点で最初にヒットしたファイルが開かれている
:copen
" 無名バッファが開かれつつさきほど開かれたファイルにカーソルが移動する
```
switchbuf の「すでに開かれている場合は同じウィンドウを使って開く」という挙動と、
qu…
-
I just got gutentags and gutentags_plus running and tried it out on a project.
I got some cscope results in the quickfix window, but when trying to select one of them there is an error in the status …
ghost updated
5 years ago