Skip to content

Conversation

@gemammercado
Copy link
Contributor

@gemammercado gemammercado commented Oct 31, 2025

  • Added SchemaRetriever parameter to completion formatting and implemented getPropertyTypeFromSchema() method that looks up property types from CloudFormation schemas
  • Now automatically formats completions based on schema type (object, array, or string)
  • JSON completions now generate proper snippets with cursor positioning ($0)
    Objects format as: "Property": {\n $0\n}
    Arrays format as: "Property": [\n $0\n]
    Strings format as: "Property": "$0"

@gemammercado gemammercado requested a review from a team as a code owner October 31, 2025 17:39
@gemammercado gemammercado marked this pull request as draft October 31, 2025 17:39
@gemammercado gemammercado force-pushed the indentation-fix branch 2 times, most recently from 41cc796 to f54d5d5 Compare November 7, 2025 00:09
@gemammercado gemammercado marked this pull request as ready for review November 7, 2025 00:09
@gemammercado gemammercado merged commit 1845125 into main Nov 12, 2025
10 checks passed
@gemammercado gemammercado deleted the indentation-fix branch November 12, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants