From: | Mateusz Starzycki <mstarzycki(at)gmail(dot)com> |
---|---|
To: | tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: IDE setup and development features? |
Date: | 2018-10-10 07:25:33 |
Message-ID: | CABau5LWAt1tD+SHF-Vi0VPSGuQD9ZzTHgGFWndOh+sy0yAY0AA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)takay(at)jp(dot)fujitsu(dot)com> wrote:
> 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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Imai, Yoshikazu | 2018-10-10 07:28:19 | RE: Why we allow CHECK constraint contradiction? |
Previous Message | Imai, Yoshikazu | 2018-10-10 06:24:03 | RE: Why we allow CHECK constraint contradiction? |