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

From Mateusz Starzycki
Subject Re: IDE setup and development features?
Date
Msg-id CABau5LWAt1tD+SHF-Vi0VPSGuQD9ZzTHgGFWndOh+sy0yAY0AA@mail.gmail.com
Whole thread Raw
In response to RE: IDE setup and development features?  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
List pgsql-hackers
I have also heard god things about rtags but havent used it yet.

I have used the YCM and I must say as much as sometimes it is pain to set up right, it is well worth it.

On Wed, Oct 10, 2018 at 2:28 AM Tsunakawa, Takayuki <tsunakawa.takay@jp.fujitsu.com> wrote:
From: Mori Bellamy [mailto:mori@invoked.net]
> I'd like a few features when developing postgres -- (1) jump to definition
> of symbol (2) find references to symbol and (3) semantic autocompletion.

For 1), you can generate tags like:

[for vi]
$ src/tools/make_ctags
[for Emacs]
$ src/tools/make_etags

Cscope works for 2).


Regards
Takayuki Tsunakawa

pgsql-hackers by date:

Previous
From: "Imai, Yoshikazu"
Date:
Subject: RE: Why we allow CHECK constraint contradiction?
Next
From: "Imai, Yoshikazu"
Date:
Subject: RE: Why we allow CHECK constraint contradiction?