[polySymbols] To keep namespace consistency with the polySymbols module rename packages: com.intellij.html.polySymbols -> com.intellij.polySymbols.html, com.intellij.javascript.polySymbols -> com.intellij.polySymbols.js

IJ-CR-167388

GitOrigin-RevId: af72329e62dbf08fe8a22baaa1e6538ee406582d
This commit is contained in:
Piotr Tomiak
2025-06-26 15:17:05 +02:00
committed by intellij-monorepo-bot
parent 7164e6c15f
commit 6107d2bfab
34 changed files with 107 additions and 112 deletions

View File

@@ -425,7 +425,7 @@
<editorFactoryListener implementation="com.intellij.codeInsight.editorActions.XmlTagNameSynchronizer$MyEditorFactoryListener"/>
<completion.contributor language="HtmlCompatible" implementationClass="com.intellij.html.polySymbols.HtmlSymbolsCompletionContributor"/>
<completion.contributor language="HtmlCompatible" implementationClass="com.intellij.polySymbols.html.HtmlSymbolsCompletionContributor"/>
<xml.autoPopupEnabler implementation="com.intellij.xml.microservices.UrlReferencesXmlAutoPopupEnabler"/>

View File

@@ -1,13 +1,13 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.codeInsight.completion.CompletionContributor
import com.intellij.codeInsight.completion.CompletionType
import com.intellij.codeInsight.completion.HtmlCompletionContributor
import com.intellij.html.polySymbols.attributeValues.HtmlAttributeValueSymbolsCompletionProvider
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolsCompletionProvider
import com.intellij.html.polySymbols.elements.HtmlElementSymbolsCompletionProvider
import com.intellij.html.polySymbols.elements.HtmlElementNameSymbolsInTextCompletionProvider
import com.intellij.polySymbols.html.attributeValues.HtmlAttributeValueSymbolsCompletionProvider
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolsCompletionProvider
import com.intellij.polySymbols.html.elements.HtmlElementSymbolsCompletionProvider
import com.intellij.polySymbols.html.elements.HtmlElementNameSymbolsInTextCompletionProvider
import com.intellij.patterns.PlatformPatterns.psiElement
import com.intellij.psi.html.HtmlTag
import com.intellij.psi.tree.TokenSet

View File

@@ -1,13 +1,13 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributes
import com.intellij.codeInsight.completion.CompletionParameters
import com.intellij.codeInsight.completion.CompletionResultSet
import com.intellij.codeInsight.completion.XmlAttributeInsertHandler
import com.intellij.codeInsight.completion.XmlTagInsertHandler
import com.intellij.html.polySymbols.HtmlDescriptorUtils.getStandardHtmlAttributeDescriptors
import com.intellij.html.polySymbols.HtmlFrameworkSymbolsSupport
import com.intellij.html.polySymbols.StandardHtmlSymbol
import com.intellij.polySymbols.html.HtmlDescriptorUtils.getStandardHtmlAttributeDescriptors
import com.intellij.polySymbols.html.HtmlFrameworkSymbolsSupport
import com.intellij.polySymbols.html.StandardHtmlSymbol
import com.intellij.polySymbols.PolySymbolModifier
import com.intellij.polySymbols.completion.AsteriskAwarePrefixMatcher
import com.intellij.polySymbols.completion.PolySymbolsCompletionProviderBase

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
package com.intellij.polySymbols.html.elements
import com.intellij.codeInsight.completion.CompletionParameters
import com.intellij.codeInsight.completion.CompletionResultSet

View File

@@ -1,11 +1,11 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.elements
import com.intellij.codeInsight.completion.CompletionParameters
import com.intellij.codeInsight.completion.CompletionResultSet
import com.intellij.codeInsight.completion.LegacyCompletionContributor
import com.intellij.codeInsight.completion.XmlTagInsertHandler
import com.intellij.html.polySymbols.StandardHtmlSymbol
import com.intellij.polySymbols.html.StandardHtmlSymbol
import com.intellij.polySymbols.completion.PolySymbolCodeCompletionItem
import com.intellij.polySymbols.completion.PolySymbolsCompletionProviderBase
import com.intellij.polySymbols.html.HTML_ELEMENTS

View File

@@ -6,7 +6,7 @@ import com.intellij.codeInspection.LocalQuickFix;
import com.intellij.codeInspection.ProblemHighlightType;
import com.intellij.codeInspection.ProblemsHolder;
import com.intellij.codeInspection.XmlQuickFixFactory;
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor;
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.Key;
import com.intellij.psi.PsiElement;

View File

@@ -5,7 +5,7 @@
</dependencies>
<projectListeners>
<listener class="com.intellij.html.polySymbols.HtmlPolyContextChangeListener"
<listener class="com.intellij.polySymbols.html.HtmlPolyContextChangeListener"
topic="com.intellij.polySymbols.context.PolyContextChangeListener"/>
</projectListeners>
@@ -97,34 +97,34 @@
targetClass="com.intellij.model.Symbol"
implementationClass="com.intellij.xml.impl.XmlNamedReferenceProvider"/>
<multiHostInjector implementation="com.intellij.html.polySymbols.HtmlSymbolsTextInjector"
<multiHostInjector implementation="com.intellij.polySymbols.html.HtmlSymbolsTextInjector"
order="before JSConfigurationInjector, after TemporaryPlacesInjector"
id="PolySymbolsHtmlText"/>
<polySymbols.highlightingCustomizer
id="html"
implementation="com.intellij.html.polySymbols.HtmlSymbolHighlightingCustomizer"/>
implementation="com.intellij.polySymbols.html.HtmlSymbolHighlightingCustomizer"/>
<polySymbols.queryScopeContributor
implementation="com.intellij.html.polySymbols.HtmlSymbolQueryScopeContributor"/>
implementation="com.intellij.polySymbols.html.HtmlSymbolQueryScopeContributor"/>
<polySymbols.codeCompletionItemCustomizer
id="html"
implementation="com.intellij.html.polySymbols.HtmlSymbolQueryScopeContributor$HtmlCodeCompletionItemCustomizer"/>
implementation="com.intellij.polySymbols.html.HtmlSymbolQueryScopeContributor$HtmlCodeCompletionItemCustomizer"/>
<xml.attributeDescriptorsProvider
implementation="com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptorsProvider"/>
implementation="com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptorsProvider"/>
<xml.elementDescriptorProvider
implementation="com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptorsProvider"/>
implementation="com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptorsProvider"/>
<polySymbols.psiReferenceProvider hostElementClass="com.intellij.psi.xml.XmlTag"
hostLanguage="HtmlCompatible"
implementationClass="com.intellij.html.polySymbols.elements.HtmlElementSymbolReferenceProvider"/>
implementationClass="com.intellij.polySymbols.html.elements.HtmlElementSymbolReferenceProvider"/>
<polySymbols.psiReferenceProvider hostElementClass="com.intellij.psi.xml.XmlAttribute"
hostLanguage="HtmlCompatible"
implementationClass="com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolReferenceProvider"/>
implementationClass="com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolReferenceProvider"/>
<polySymbols.psiReferenceProvider hostElementClass="com.intellij.psi.xml.XmlAttributeValue"
hostLanguage="HtmlCompatible"
implementationClass="com.intellij.html.polySymbols.attributeValues.HtmlAttributeValueSymbolReferenceProvider"/>
<vetoRenameCondition implementation="com.intellij.html.polySymbols.HtmlSymbolRenameHandlerVeto"/>
<xml.xmlExtension implementation="com.intellij.html.polySymbols.HtmlSymbolsXmlExtension" id="poly-symbols"
implementationClass="com.intellij.polySymbols.html.attributeValues.HtmlAttributeValueSymbolReferenceProvider"/>
<vetoRenameCondition implementation="com.intellij.polySymbols.html.HtmlSymbolRenameHandlerVeto"/>
<xml.xmlExtension implementation="com.intellij.polySymbols.html.HtmlSymbolsXmlExtension" id="poly-symbols"
order="before html, after react"/>
</extensions>
</idea-plugin>

View File

@@ -1,7 +1,7 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor
import com.intellij.openapi.project.Project
import com.intellij.openapi.util.ModificationTracker
import com.intellij.openapi.util.text.StringUtil

View File

@@ -1,10 +1,10 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolInfo
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor
import com.intellij.html.polySymbols.elements.HtmlElementSymbolInfo
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolInfo
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor
import com.intellij.polySymbols.html.elements.HtmlElementSymbolInfo
import com.intellij.psi.xml.XmlTag
import com.intellij.polySymbols.FrameworkId
import com.intellij.polySymbols.framework.PolySymbolFramework

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
package com.intellij.polySymbols.html
import com.intellij.javaee.ExternalResourceManager
import com.intellij.polySymbols.context.PolyContextChangeListener

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
package com.intellij.polySymbols.html
import com.intellij.model.psi.PsiExternalReferenceHost
import com.intellij.openapi.editor.XmlHighlighterColors

View File

@@ -1,16 +1,14 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
package com.intellij.polySymbols.html
import com.intellij.html.polySymbols.attributes.asHtmlSymbol
import com.intellij.html.polySymbols.elements.asHtmlSymbol
import com.intellij.polySymbols.html.attributes.asHtmlSymbol
import com.intellij.polySymbols.html.elements.asHtmlSymbol
import com.intellij.model.Pointer
import com.intellij.model.Pointer.hardPointer
import com.intellij.openapi.project.Project
import com.intellij.openapi.util.ModificationTracker
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.PolySymbolQualifiedKind
import com.intellij.polySymbols.html.HTML_ATTRIBUTES
import com.intellij.polySymbols.html.HTML_ELEMENTS
import com.intellij.polySymbols.query.PolySymbolScope
import com.intellij.polySymbols.utils.PolySymbolScopeWithCache
import org.jetbrains.annotations.ApiStatus

View File

@@ -1,17 +1,16 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.documentation.mdn.*
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.html.polySymbols.attributes.asHtmlSymbol
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor
import com.intellij.html.polySymbols.elements.asHtmlSymbol
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.attributes.asHtmlSymbol
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor
import com.intellij.polySymbols.html.elements.asHtmlSymbol
import com.intellij.model.Pointer
import com.intellij.openapi.project.Project
import com.intellij.polySymbols.*
import com.intellij.polySymbols.completion.PolySymbolCodeCompletionItem
import com.intellij.polySymbols.completion.PolySymbolCodeCompletionItemCustomizer
import com.intellij.polySymbols.html.*
import com.intellij.polySymbols.js.JS_EVENTS
import com.intellij.polySymbols.query.*
import com.intellij.polySymbols.utils.PolySymbolPrioritizedScope

View File

@@ -1,8 +1,8 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor
import com.intellij.lang.html.HtmlCompatibleFile
import com.intellij.openapi.util.Condition
import com.intellij.polySymbols.utils.unwrapMatchedSymbols

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.lang.Language
import com.intellij.lang.LanguageUtil
@@ -8,8 +8,6 @@ import com.intellij.lang.injection.MultiHostRegistrar
import com.intellij.openapi.fileTypes.FileTypeManager
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.PolySymbolModifier
import com.intellij.polySymbols.html.HTML_ATTRIBUTES
import com.intellij.polySymbols.html.HTML_ELEMENTS
import com.intellij.polySymbols.query.PolySymbolQueryExecutorFactory
import com.intellij.polySymbols.utils.asSingleSymbol
import com.intellij.psi.ElementManipulators

View File

@@ -1,10 +1,9 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.lang.html.HTMLLanguage
import com.intellij.openapi.util.TextRange
import com.intellij.polySymbols.html.HTML_ATTRIBUTES
import com.intellij.polySymbols.utils.nameSegments
import com.intellij.psi.PsiFile
import com.intellij.psi.impl.source.xml.SchemaPrefix

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols
package com.intellij.polySymbols.html
import com.intellij.documentation.mdn.MdnDocumentedSymbol
import com.intellij.model.Pointer

View File

@@ -1,6 +1,7 @@
package com.intellij.html.polySymbols.attributeValues
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributeValues
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.HTML_ATTRIBUTE_VALUES
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.PolySymbolModifier

View File

@@ -1,9 +1,9 @@
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributeValues
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributeValues
import com.intellij.codeInsight.completion.CompletionParameters
import com.intellij.codeInsight.completion.CompletionResultSet
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor
import com.intellij.polySymbols.html.HTML_ATTRIBUTE_VALUES
import com.intellij.psi.PsiElement
import com.intellij.psi.util.PsiTreeUtil

View File

@@ -1,10 +1,10 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
package com.intellij.polySymbols.html.attributes
import com.intellij.documentation.mdn.MdnSymbolDocumentation
import com.intellij.documentation.mdn.getHtmlApiNamespace
import com.intellij.documentation.mdn.getHtmlMdnAttributeDocumentation
import com.intellij.html.polySymbols.StandardHtmlSymbol
import com.intellij.polySymbols.html.StandardHtmlSymbol
import com.intellij.model.Pointer
import com.intellij.openapi.project.Project
import com.intellij.openapi.util.NlsSafe

View File

@@ -1,8 +1,8 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributes
import com.intellij.codeInspection.ProblemsHolder
import com.intellij.html.polySymbols.HtmlFrameworkSymbolsSupport
import com.intellij.polySymbols.html.HtmlFrameworkSymbolsSupport
import com.intellij.ide.nls.NlsMessages
import com.intellij.openapi.util.text.StringUtil
import com.intellij.polySymbols.PolySymbol

View File

@@ -1,11 +1,11 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributes
import com.intellij.html.polySymbols.HtmlSymbolQueryScopeContributor
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolDescriptor.Companion.toAttributeDescriptor
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor
import com.intellij.html.polySymbols.hasOnlyStandardHtmlSymbols
import com.intellij.html.polySymbols.hasOnlyStandardHtmlSymbolsOrExtensions
import com.intellij.polySymbols.html.HtmlSymbolQueryScopeContributor
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor.Companion.toAttributeDescriptor
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor
import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbols
import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbolsOrExtensions
import com.intellij.lang.html.HtmlCompatibleFile
import com.intellij.openapi.project.DumbService
import com.intellij.polySymbols.PolySymbol

View File

@@ -1,8 +1,8 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributes
import com.intellij.html.polySymbols.attributes.impl.HtmlAttributeEnumConstValueSymbol
import com.intellij.html.polySymbols.attributes.impl.HtmlAttributeSymbolInfoImpl
import com.intellij.polySymbols.html.attributes.impl.HtmlAttributeEnumConstValueSymbol
import com.intellij.polySymbols.html.attributes.impl.HtmlAttributeSymbolInfoImpl
import com.intellij.psi.PsiElement
import com.intellij.polySymbols.search.PsiSourcedPolySymbol
import com.intellij.polySymbols.PolySymbol

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
package com.intellij.polySymbols.html.attributes
import com.intellij.psi.xml.XmlAttribute
import com.intellij.util.asSafely

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes
package com.intellij.polySymbols.html.attributes
import com.intellij.psi.PsiElement
import com.intellij.util.ThreeState

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes.impl
package com.intellij.polySymbols.html.attributes.impl
import com.intellij.model.Pointer
import com.intellij.polySymbols.html.HTML_ATTRIBUTE_VALUES

View File

@@ -1,8 +1,8 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.attributes.impl
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.attributes.impl
import com.intellij.html.polySymbols.attributes.HtmlAttributeSymbolInfo
import com.intellij.html.polySymbols.attributes.HtmlAttributeValueSymbolTypeSupport
import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolInfo
import com.intellij.polySymbols.html.attributes.HtmlAttributeValueSymbolTypeSupport
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.PolySymbolModifier
import com.intellij.polySymbols.completion.PolySymbolCodeCompletionItem

View File

@@ -1,10 +1,10 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
package com.intellij.polySymbols.html.elements
import com.intellij.documentation.mdn.MdnSymbolDocumentation
import com.intellij.documentation.mdn.getHtmlApiNamespace
import com.intellij.documentation.mdn.getHtmlMdnTagDocumentation
import com.intellij.html.polySymbols.StandardHtmlSymbol
import com.intellij.polySymbols.html.StandardHtmlSymbol
import com.intellij.model.Pointer
import com.intellij.openapi.project.Project
import com.intellij.polySymbols.PolySymbol

View File

@@ -1,11 +1,11 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.elements
import com.intellij.codeInspection.ProblemsHolder
import com.intellij.html.impl.RelaxedHtmlFromSchemaElementDescriptor
import com.intellij.html.polySymbols.HtmlFrameworkSymbolsSupport
import com.intellij.html.polySymbols.StandardHtmlSymbol
import com.intellij.html.polySymbols.hasOnlyStandardHtmlSymbolsOrExtensions
import com.intellij.polySymbols.html.HtmlFrameworkSymbolsSupport
import com.intellij.polySymbols.html.StandardHtmlSymbol
import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbolsOrExtensions
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.PolySymbolModifier
import com.intellij.polySymbols.PolySymbolQualifiedKind

View File

@@ -1,8 +1,8 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.elements
import com.intellij.html.polySymbols.elements.HtmlElementSymbolDescriptor.Companion.toElementDescriptor
import com.intellij.html.polySymbols.hasOnlyStandardHtmlSymbols
import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor.Companion.toElementDescriptor
import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbols
import com.intellij.lang.html.HtmlCompatibleFile
import com.intellij.openapi.project.DumbService
import com.intellij.polySymbols.PolySymbolModifier

View File

@@ -1,7 +1,7 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.elements
import com.intellij.html.polySymbols.elements.impl.HtmlElementSymbolInfoImpl
import com.intellij.polySymbols.html.elements.impl.HtmlElementSymbolInfoImpl
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.utils.asSingleSymbol

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements
package com.intellij.polySymbols.html.elements
import com.intellij.model.psi.PsiSymbolReferenceHints
import com.intellij.psi.xml.XmlTag

View File

@@ -1,7 +1,7 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.html.polySymbols.elements.impl
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.polySymbols.html.elements.impl
import com.intellij.html.polySymbols.elements.HtmlElementSymbolInfo
import com.intellij.polySymbols.html.elements.HtmlElementSymbolInfo
import com.intellij.polySymbols.PolySymbol
data class HtmlElementSymbolInfoImpl(override val name: String,

View File

@@ -1,7 +1,7 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
@file:JvmName("PolySymbolsHtmlUtils")
package com.intellij.html.polySymbols
package com.intellij.polySymbols.html
import com.intellij.polySymbols.PolySymbol
import com.intellij.polySymbols.utils.unwrapMatchedSymbols