Hacker News new | ask | show | jobs
by pjmlp 53 days ago
> If you hover over a line of code in your application, coding assistance services will display code strings of supported function calls available through the coding assistance service that are also present in your current code file. Coding assistive services will retrieve snippets from publicly available open source code showing how others are using those same functions. 3. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the notices file(s) accompanying the software.
2 comments

That is not auto-complete, that's API Usage Examples. See: https://marketplace.visualstudio.com/items?itemName=VisualSt...
I've read that paragraph multiple times (both in the original and in your post) and I don't see anything that says who owns the resulting text. Just where it comes from. Am I missing something obvious?
>will retrieve snippets from publicly available open source code

Pretty sure it depends on the license the open source project uses. I dont think it's too troublesome if the autocomplete was truly only taken from open source projects, but it wouldn't surprise me if most closed source projects are also weighted into these models...

Ah, thank you. I read that but wasn't connecting the dots properly.