netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

[TS] Missing code completing settings for TypeScript files

Open Chris2011 opened this issue 1 year ago • 0 comments

Description

For the basic languages like PHP, HTML, JS, Java, etc. we have options for global code completion and language based specific code completion. We also have this option "Code complettion at all possible situations". So that means, that for JS I can type "a" and it comes up immediately w/o hitting ctrl + space.

This options is unfortunately not available for TS. TS just calls code completion on hitting "." for sub objects but for the rest I need to hit ctrl + space manually.

Use case/motivation

It should work as for every other languages. Less using ctrl + space.

Related issues

No response

Are you willing to submit a pull request?

Yes

Chris2011 avatar Sep 24 '24 20:09 Chris2011