Skip to content

Commit

Permalink
fix(autocomplete): implement language server with default auto comple…
Browse files Browse the repository at this point in the history
…tes resolves #4 #7  (#11)

* feat(completion): removed client completion functionallity

* feat(all): base language server implementation

* fix(all): remove unneeded util files

* feat(autocomple): improved auto-complete and moved processing to seperate process

* fix(autocomplete): added descriptions for custom tags

* feat(autocomplete): Add autocomplete for matcher attribute on select element

* fix(autocomplete): remove close tag completion, already handled by html language service

* refactor(autocomplete): completions from strings to sets

* refactor(autocomplete): move classes to seperate files to cleanup provider

* fix(autocomplete): don't add attributes that are already added by the default html auto complete

* feat(autocomplete): add event auto-complete

* fix(autocomplete): use global events set on html elements, see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers
  • Loading branch information
Erik Lieben authored Oct 22, 2016
1 parent 5d809ef commit 49656b5
Show file tree
Hide file tree
Showing 44 changed files with 2,248 additions and 504 deletions.
1 change: 0 additions & 1 deletion dist/src/aureliaCLICommands.js.map

This file was deleted.

207 changes: 0 additions & 207 deletions dist/src/aureliaHtmlCompletionOptionsFactory.js

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions dist/src/aurerliaHtmlCompletionProvider.js

This file was deleted.

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

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/src/client/aureliaCLICommands.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49656b5

Please sign in to comment.