File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platform/forge/completion Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 * along with this program. If not, see <https://www.gnu.org/licenses/>.
1919 */
2020
21- package com.demonwav.mcdev.toml.toml
21+ package com.demonwav.mcdev.toml
2222
2323import com.intellij.codeInsight.AutoPopupController
2424import com.intellij.codeInsight.completion.InsertHandler
Original file line number Diff line number Diff line change 2121package com.demonwav.mcdev.toml.platform.forge.completion
2222
2323import com.demonwav.mcdev.platform.forge.util.ForgeConstants
24+ import com.demonwav.mcdev.toml.TomlKeyInsertionHandler
2425import com.demonwav.mcdev.toml.TomlSchemaEntry
2526import com.demonwav.mcdev.toml.TomlStringValueInsertionHandler
2627import com.demonwav.mcdev.toml.inModsTomlKey
2728import com.demonwav.mcdev.toml.inModsTomlValueWithKey
2829import com.demonwav.mcdev.toml.platform.forge.ModsTomlSchema
29- import com.demonwav.mcdev.toml.toml.TomlKeyInsertionHandler
3030import com.demonwav.mcdev.util.isAncestorOf
3131import com.intellij.codeInsight.completion.CompletionContributor
3232import com.intellij.codeInsight.completion.CompletionParameters
You can’t perform that action at this time.
0 commit comments