nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

Added autocomplete, suggestions, and hover to html files #274

Closed tylerablake closed 4 years ago

tylerablake commented 4 years ago

Added autocompletion, dropdown suggestions and hover tool tips. Currently added for .html files only but can be expanded.

I plan to continue to build on this but based on the feedback I've gotten I wanted to get an early version out so we can start rolling these features out.

rosen-vladimirov commented 4 years ago

Hey @tylerablake , Thank you very much for this PR. In order to build a package and run some tests on our side, can you please fix the linting errors, you can run npm run tslint in your repository to check the state.

tylerablake commented 4 years ago

Hi @rosen-vladimirov,

Thank you for reviewing! I have fixed the linter errors. Let me know if you need anything else!

tylerablake commented 4 years ago

Thank you for your suggestions! My intent was primarily to just get some of these features out so they could start being used. It's my understanding that these things don't exist yet in the extension.

I will work on updating the PR.

cla-bot[bot] commented 4 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. CLA has not been signed by users: @tylerablake. After signing the CLA, you can ask me to recheck this PR by posting @cla-bot check as a comment to the PR.