Skip to content
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

Setting to disable in comments #8

Open
pqn opened this issue Jan 10, 2024 · 5 comments · May be fixed by #15
Open

Setting to disable in comments #8

pqn opened this issue Jan 10, 2024 · 5 comments · May be fixed by #15
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pqn
Copy link

pqn commented Jan 10, 2024

Would be implemented in a way similar to: Exafunction/codeium.vim#29 (comment)

@pqn pqn added enhancement New feature or request good first issue Good for newcomers labels Jan 10, 2024
@romanstingler
Copy link

@pqn question, I have codeium running in VSCode and if I untick the checkbox
image
I still get autocompletions.
v1.7.27

ie
EditorManager.kt
// Check if autocomplete window is open (this also binds to the tab key)
when i add a space and an 'a' I get suggestions.
Already restarted VSCode

@pqn
Copy link
Author

pqn commented Jan 30, 2024

@kevinzlu we probably need to extend the IsComment function to include line_comment and multiline_comment instead of just comment, would you mind doing this/making a ticket for this since you just took a look at Kotlin?

@kevinzlu
Copy link

Got it, I can take a look here.

@ZaLiTHkA
Copy link

ZaLiTHkA commented Jan 30, 2024

I still get autocompletions. v1.7.27

ie EditorManager.kt // Check if autocomplete window is open (this also binds to the tab key) when i add a space and an 'a' I get suggestions. Already restarted VSCode

just a thought, but could this perhaps be language-specific..? or perhaps some change in the pre-release version that's affecting this?

I've just tested again on my end using the latest stable (1.6.27, not the pre-release) and I don't get any Codeium suggestions in either line or block comments in my JS and TS files.

(edit): FWIW, this issue was created in response to an email that I sent, requesting that this option to be added to the JetBrains plugin as well..

@romanstingler
Copy link

romanstingler commented Jan 30, 2024

@kevinzlu I can confirm that in .ts files this doesn't happen. with 1.6.27 and 1.7.27
so must be a language specific issue

romanstingler pushed a commit to romanstingler/CodeiumJetBrains that referenced this issue Feb 2, 2024
@romanstingler romanstingler linked a pull request Feb 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants