From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!newsfeed.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: VSCode extension - Ada Utilities Date: Sat, 16 Nov 2019 23:16:31 -0600 Organization: JSA Research & Innovation Message-ID: References: Injection-Date: Sun, 17 Nov 2019 05:16:32 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="26194"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader01.eternal-september.org comp.lang.ada:57573 Date: 2019-11-16T23:16:31-06:00 List-Id: "Jere" wrote in message news:a13c9d43-2657-4354-8b21-966031214c75@googlegroups.com... > On Thursday, November 14, 2019 at 4:19:13 PM UTC-5, Randy Brukardt wrote: >> Could you be a bit clearer: what is a "VSCode extension"?? - Randy. >> >> "Lucretia" wrote in message >> >> > Hi, >> > >> > Ovr the last few days, I've knocked together a VSCode extension to make >> > my >> > life a bit easier, I think others might like it, just copy it in the >> > extensions directory, I've not got it on the marketplace yet. >> > >> > https://github.com/Lucretia/ada-utilities > > VSCode is an open source text editor/minimalist IDE (think notepad++ > maybe?) > provided by microsoft. It has an extension API so developers can add > various > types of language support and utilities to it (this allows you to > customize it > to be more like a traditional IDE if you like or do whatever you want with > it). > I use it a lot for Ada development. Thanks. It's hard to know whether something is of general interest when it seems to be described in code. Not everyone has heard of your (generic "your" here) favorite coding tool... Randy.