-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support easy option setting of fill function arguments on function insertion #418
Comments
Could be fixed by setting the clangd command line argument |
yes i know, but it's just a stop gap solution, no one really knows about this hidden thing, it needs to be the same checkbox setting. |
It would be more fair to compare investments as well .And you are welcome to contribute improvements to Eclipse JDT |
with `Fill function arguments and show guessed arguments` option to comply with old C/C++ editor Content Assist preference page. The option is only available on workspace level (preference page only) since we currently support only a single LS per workspace. fixes eclipse-cdt#418
meanwhile i can barely find out how to create a plugin that has a global field in a status bar, it started by me wanting to use a plugin that talks to a local chat LLM, but then i discovered the amount of tokens a file has is important, so i thought i ok, I'll make a plugin that just shows the amount of tokens in each file the same way eclipse shows amount of chars in a file, i already have a library for it, but wait, i can't use maven for this, i have to osgi package, . then it spiraled downwards because i discovered i can't use update site to download PDE but i actually get a whole new eclipse instead. |
you can, but with tycho this repository is also a set of eclipse plug-ins and you may have a look how we produce installable units from it starting from root |
i know i looked at tycho in the beginning , but i wasn't sure how much of it is actually being used in the field, and how much of it is supported directly by eclipse , like if specify a dependency in maven would show up under the plugin.xml page? would i still be able to use the regular launch configuration for eclipse application, etc.. |
with `Fill function arguments and show guessed arguments` option to comply with old C/C++ editor Content Assist preference page. The option is only available on workspace level (preference page only) since we currently support only a single LS per workspace. fixes #418
Originally posted by @emaayan in #392
The text was updated successfully, but these errors were encountered: