Re: IDE setup and development features? - Mailing list pgsql-hackers

From David Fetter
Subject Re: IDE setup and development features?
Date
Msg-id 20181009222111.GF6157@fetter.org
Whole thread Raw
In response to IDE setup and development features?  (Mori Bellamy <mori@invoked.net>)
List pgsql-hackers
On Tue, Oct 09, 2018 at 02:39:42PM -0700, Mori Bellamy wrote:
> Hi all,
> 
> I'd like a few features when developing postgres -- (1) jump to definition
> of symbol (2) find references to symbol and (3) semantic autocompletion.
> 
> Was wondering if anyone has had luck getting these three set up for any IDE
> or editor configuration? Personally, I can confirm vim + ctags seems to
> work for (1).

vim + ctags + cscope gets me to (2)

Ctags:

    https://twitter.com/davidfetter/status/1013192487341441024

Cscope:
    
    https://github.com/chazy/cscope_maps/blob/master/plugin/cscope_maps.vim

Semantic Autocompletion: I've heard good things about YCM, but I haven't tried it out yet.

    http://valloric.github.io/YouCompleteMe/

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Make Windows print float exponents like everybody else?
Next
From: David Rowley
Date:
Subject: Re: Speeding up INSERTs and UPDATEs to partitioned tables