Re: IDE setup and development features?

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: IDE setup and development features?
Дата
Msg-id 20181009222111.GF6157@fetter.org
обсуждение исходный текст
Ответ на IDE setup and development features?  (Mori Bellamy <mori@invoked.net>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Make Windows print float exponents like everybody else?
Следующее
От: David Rowley
Дата:
Сообщение: Re: Speeding up INSERTs and UPDATEs to partitioned tables