mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Enable completion in preprocessor partitions
This commit is contained in:
parent
2e34f26a07
commit
f6d76dc15d
1 changed files with 2 additions and 0 deletions
|
@ -1488,6 +1488,7 @@
|
|||
class="org.eclipse.cdt.internal.ui.text.contentassist.LegacyCompletionProposalComputer"
|
||||
categoryId="org.eclipse.cdt.ui.parserProposalCategory">
|
||||
<partition type="__dftl_partition_content_type"/>
|
||||
<partition type="__c_preprocessor"/>
|
||||
</completionProposalComputer>
|
||||
</extension>
|
||||
<!-- template proposals -->
|
||||
|
@ -1511,6 +1512,7 @@
|
|||
<partition type="__c_singleline_comment"/>
|
||||
<partition type="__c_multiline_comment"/>
|
||||
<partition type="__c_string"/>
|
||||
<partition type="__c_preprocessor"/>
|
||||
</completionProposalComputer>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue