Skip to content

Commit

Permalink
feat(language-server): rebuild language server to enable better auto …
Browse files Browse the repository at this point in the history
…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
Show file tree
Hide file tree
Showing 162 changed files with 4,393 additions and 2,036 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ npm-debug.log*
.test
dist/doc-temp
dist/test
dist
97 changes: 0 additions & 97 deletions dist/src/client/aureliaCLICommands.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/client/aureliaCLICommands.js.map

This file was deleted.

37 changes: 0 additions & 37 deletions dist/src/client/htmlInvalidCasingCodeActionProvider.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/client/htmlInvalidCasingCodeActionProvider.js.map

This file was deleted.

40 changes: 0 additions & 40 deletions dist/src/client/main.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/client/main.js.map

This file was deleted.

14 changes: 0 additions & 14 deletions dist/src/server/aurelia-languageservice/aureliaLanguageService.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 87caa9b

Please sign in to comment.