zhanghj
zhanghj
See https://github.com/mdempsky/gocode/issues/53
It is not a good idea to install too many thins for new user. I'm a golang user. I just want to have a try with rust. But I need...
It only cares about the .gitignore file in the root diretory. The .gitignore file in sub directories should not be ignored.
For example, set company-backends as following: ``` (setq company-backends '((:separate company-lsp company-dabbrev-code))) ``` If company-lsp gives candinates, then discard candinates from company-dabbrev-code. If company-lsp doesn't give candinates, then use candinates...
The flymake is redesigned in emacs 26. I would like irony-mode to support it.
I set company-lsp-cache-candidates to t. For example, in a go-mode buffer, the content: ``` package "main" main () { ch| } ``` Cursor is at the char '|' and there...
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind bug /kind enhancement /kind question **Description:** **Steps to reproduce the issue:** 1....
``` package main import ( "fmt" js "github.com/bitly/go-simplejson" ) func main() { child := js.New() child.Set("foo", "foo") child.Set("bar", "bar") parent := js.New() parent.Set("child_1", child) tmp_json := parent.Get("child_1") ss, _ :=...
相对来说, 欧美人维护的项目比较长寿, 几年甚至几十年. 国内一般超不过十年, 五年都很少.
1. emacs -Q and install wgrep from mepla 2. In emacs, run `grep` and switch to the result buffer (with more than one results in it) 3. run `wgrep-change-to-wgrep-mode` 4....