Re: IDE setup and development features?

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: mori(at)invoked(dot)net
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: IDE setup and development features?
Date: 2018-10-10 11:00:53
Message-ID: CAA4eK1K3afgVAs-PQgdioyWu+1dgRCMw-kv-A=Z2D093GnXgeA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 10, 2018 at 3:10 AM Mori Bellamy <mori(at)invoked(dot)net> 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.
>

If you are using a Windows environment, then I think you can get all
these things without much hassle. I use MSVC2017 for development
purpose and all these things work by default.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vladimir Sitnikov 2018-10-10 11:35:25 Re: IDE setup and development features?
Previous Message Amit Langote 2018-10-10 08:26:08 Re: Why we allow CHECK constraint contradiction?