Added type docs and documentation for:
buildParameters
normalizeCqlExecution
executeCql
ConnectionManager
Can run npx typedoc --out docs --entryPointStrategy expand src/ to view generated files
I focused not only on adding documentation for what I thought was the most important pieces of the extension, but I also focused on providing the most necessary information as visually as I could so that as a developer one could simple highlight the Class, or method and get all the information they need at a simple glance. There is additional information as well, but that is better viewed in the documentation pages generated. I tried to keep the most valuable information within the hover window.
Added type docs and documentation for: buildParameters normalizeCqlExecution executeCql ConnectionManager
Can run npx typedoc --out docs --entryPointStrategy expand src/ to view generated files
I focused not only on adding documentation for what I thought was the most important pieces of the extension, but I also focused on providing the most necessary information as visually as I could so that as a developer one could simple highlight the Class, or method and get all the information they need at a simple glance. There is additional information as well, but that is better viewed in the documentation pages generated. I tried to keep the most valuable information within the hover window.