RE: IDE setup and development features?

From: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
To: 'Mori Bellamy' <mori(at)invoked(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: IDE setup and development features?
Date: 2018-10-10 00:27:27
Message-ID: 0A3221C70F24FB45833433255569204D1FADC61D@G01JPEXMBYT05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: Mori Bellamy [mailto:mori(at)invoked(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-10-10 01:50:02 Re: TAP tests for pg_verify_checksums
Previous Message Tom Lane 2018-10-10 00:25:33 Re: [HACKERS] removing abstime, reltime, tinterval.c, spi/timetravel