Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Full autocompletion #22

Closed idarous closed 8 years ago

idarous commented 8 years ago

Hello,

In netbeans 8.1 we can have a full auto-completion in JS when we begin to type a keyword or a variable for example (To enable it, we have to go to Tools > Options > Editor > Code Completion > Chose JavaScript in Language drop-down list and then in the section "Enable Auto Popup completion windows for" we check "All possible situations". However on using TypeScript with this plug-in we only have an auto-completion for method and attribute after typing a ".".

Is it possible to have the same option for full auto-completion like we have in JavaScript ? I think with the full-completion available, netbeans will become one of the best IDE for TypeScript. :)

jeffrey-easyesi commented 8 years ago

Implemented in master branch. Note that you can already bring up code completion at any time with ctrl-space.

idarous commented 8 years ago

Thank you very much. I want to test the new version of this plugin, how can I compile it from source ? I try to clone the repository and then in the root directory I run "ant" but I have some errors. (I used ant 1.9.6). Is it the good way to build the project ?

PS : I prefer use the auto-completion instead of the completion with ctrl-space.

mintern commented 8 years ago

The errors might be related to #13... Are you using NetBeans 8.1?

Just in case it's something else, I filed #24.

jeffrey-easyesi commented 8 years ago

This feature is now in the latest release.

idarous commented 8 years ago

Thank you very much. It works perfect as I hope.