Referenced by 2
Labels 1

Referencing ideas

IdeaStatusTagsSummary
import_keywords The keywords import, from, and as are reserved for import statements. Import keywords may also appear as ordinary words in idea body text when not at statement start.
import_namespace Namespace import syntax uses import and a quoted path. Namespace import may include an alias using as. A bracket reference to the alias alone — for example [context_model] — opens the imported file and links only the alias name, like an ideaset namespace. Qualified references through the alias — for example [context_model.builder] — resolve ideas from the imported module.

Reference labels

../../packages/language/test/linking.test.ts:namespace import bracket reference links only the alias name