Hi,
Sorry for the commented out links. New user here and am not allowed more than 2 links per post.
I cannot get the LSP completion output for the LSP helper, LSP-aurelia
: https://github.com/LetsZiggy/LSP-aurelia
, I’m developing and unsure of the way forward.
outputs:
- console output (vscode & sublime-text):
https://github.com/LetsZiggy/sublime-lsp-test-repo/blob/main/dev-report/console.txt
- screenshot vscode:
https://github.com/LetsZiggy/sublime-lsp-test-repo/blob/main/dev-report/vscode-editor.jpg
- screenshot sublime-text:
https://github.com/LetsZiggy/sublime-lsp-test-repo/blob/main/dev-report/sublimetext-editor.jpg
what i’ve done:
- used LSP-angular as starting point and reference for development
- used aurelia vscode-extension
package.json -> "configuration"
as reference to the settings required-
package.json -> "configuration"
:https://github.com/aurelia/vscode-extension/blob/master/package.json
-
- manually edited the settings in vscode to get the actual
"key: value"
pair-
.code-workspace
:https://github.com/LetsZiggy/sublime-lsp-test-repo/blob/main/editor.code-workspace
- I was confused by having empty objects key-value and flat key-value at the same time in the
package.json -> "configuration"
, eg."aurelia.aureliaProject"
and"aurelia.aureliaProject.exclude"
-
- added all settings in
.sublime-project
and/or localLSP-aurelia.sublime-settings
- together at the same time and exclusively
-
.sublime-project
:https://github.com/LetsZiggy/sublime-lsp-test-repo/blob/main/editor.sublime-project
-
LSP-aurelia.sublime-settings
:https://github.com/LetsZiggy/LSP-aurelia/blob/main/LSP-aurelia.sublime-settings
my env:
- linux (manjaro linux)
- sublime text 4
- vscodium
-
test repo
:https://github.com/LetsZiggy/sublime-lsp-test-repo
-
LSP-aurelia helper
:https://github.com/LetsZiggy/LSP-aurelia
- Add Repository:
https://raw.githubusercontent.com/LetsZiggy/LSP-aurelia/main/repository-package.json
- Install Package:
LSP-aurelia
- Add Repository:
-
aurelia language server
:https://github.com/LetsZiggy/aurelia-language-server
-
original
:https://github.com/aurelia/vscode-extension
- not used as it is not uploaded to npm
-