-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(WIP) Use LanguageServer.jl for better completions #413
base: master
Are you sure you want to change the base?
Conversation
TODO: better annotator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sticky fingers
} | ||
dependencies { | ||
compile("org.jetbrains", "markdown", "0.1.31") | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you eliminate these whitespaces changes?
<moduleConfigurationEditorProvider implementation="org.ice1000.julia.lang.module.JuliaModuleConfigEditor"/> | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
@@ -54,12 +56,28 @@ | |||
<stubIndex implementation="org.ice1000.julia.lang.psi.JuliaAbstractTypeDeclarationIndex"/> | |||
<stubIndex implementation="org.ice1000.julia.lang.psi.JuliaTypeDeclarationIndex"/> | |||
<stubIndex implementation="org.ice1000.julia.lang.psi.JuliaModuleDeclarationIndex"/> | |||
<localInspection displayName="LSP" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the display name be changed to "language server" or "julia language server"?
<completion.contributor | ||
language="Julia" | ||
implementationClass="org.ice1000.julia.lang.editing.JuliaBasicCompletionContributor"/> | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep this, no?
@@ -95,4 +98,4 @@ class JuliaCompileOutputEditor(state: ModuleConfigurationState) : ModuleElements | |||
override fun getDisplayName() = "Paths" | |||
override fun getHelpTopic() = editor.helpTopic | |||
} | |||
|
|||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
I am quite busy with my job/study recently. This is just a PoC. If you'd like to take over this, feel free to just use the working parts and close this PR. |
Ok |
ref #338
This is a very buggy PoC obviously