-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(language-server): rebuild language server to enable better auto …
…complete and prepare it for future improvements - add language definitions - introduce custom Aurelia html language - auto insert closing brackets on adding ${ - show mdn documentation on hover (https://developer.mozilla.org/en-US/docs/Web/HTML/Element) - auto complete on attributes (only show bind or delegate by default) - auto complete on modifying bindings (for events, check if they bubble) - auto complete attributes on placing emmet [ opening tag (only works on new lines, not inside plain text) - custom element completion - start of building smarter html (ul tag only show allowed li in auto complete)
- Loading branch information
Erik Lieben
authored
Apr 24, 2017
1 parent
db6fc47
commit 87caa9b
Showing
162 changed files
with
4,393 additions
and
2,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ npm-debug.log* | |
.test | ||
dist/doc-temp | ||
dist/test | ||
dist |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
dist/src/server/aurelia-languageservice/aureliaLanguageService.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
dist/src/server/aurelia-languageservice/aureliaLanguageService.js.map
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
dist/src/server/aurelia-languageservice/parser/aureliaTagProvider.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.