intellij-autohotkey
intellij-autohotkey copied to clipboard
AutoHotkey plugin for the JetBrains IntelliJ platform
**Tutorial:** - https://github.com/JetBrains/Grammar-Kit/blob/master/README.md - https://github.com/tinku99/ahklexers - https://www.autohotkey.com/docs/Language.htm **Difficulty:** Hard, but: **How Important:** Very. It's the foundation for: - Highlighting, - Correct Psi tree, which is needed for: - references/usages/symbol indexing...
**Tutorial:** https://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/references_and_resolve.html **Difficulty:** Probably hard with the current grammar **How Important:** Very
we should highlight the `return` keyword, but we need to be careful not to highlight if it's part of a string (eg Msgbox return)
IDEA 2020.1.4 Error indexing:file://C:/Users/Rules/Desktop/AHK/123.ahk java.lang.IllegalStateException: @NotNull method com/intellij/psi/stubs/StubIndexImpl.getKeyHashingStrategy must not return null at com.intellij.psi.stubs.StubIndexImpl.$$$reportNull$$$0(StubIndexImpl.java) at com.intellij.psi.stubs.StubIndexImpl.getKeyHashingStrategy(StubIndexImpl.java:267) at com.intellij.psi.stubs.SerializedStubTree.lambda$indexTree$0(SerializedStubTree.java:199) at com.intellij.psi.stubs.ObjectStubTree$StubIndexSink.occurrence(ObjectStubTree.java:140) at de.nordgedanken.auto_hotkey.stubs.StubIndexingKt.indexNamedStub(StubIndexing.kt:12) at de.nordgedanken.auto_hotkey.stubs.StubIndexingKt.indexFunction(StubIndexing.kt:7) at de.nordgedanken.auto_hotkey.stubs.AHKFunctionStub$Type.indexStub(AHKFunctionStub.kt:33) at de.nordgedanken.auto_hotkey.stubs.AHKFunctionStub$Type.indexStub(AHKFunctionStub.kt:12) at com.intellij.psi.stubs.ObjectStubTree.indexStubTree(ObjectStubTree.java:78)...
**Tutorial:** https://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/go_to_class_and_go_to_symbol.html **Difficulty:** Unknown **How Important:** Very
**Tutorial:** https://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/find_usages.html **Difficulty:** Very Hard (confirmed) **How Important:** minor
**Tutorial:** https://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/code_completion.html **Difficulty:** Probably Hard **How Important:** Mid
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...