We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2014fec commit 14573eaCopy full SHA for 14573ea
company-solidity.el
@@ -91,8 +91,14 @@
91
(defconst company-solidity-additional-function-methods
92
'("selector"))
93
94
-;; Completion targets taken from solidity-mode syntax-highlighting keywords lists, plus additional targets above.
+;; defvar symbols taken from solidity-mode.el to avoid reference warnings
95
+(defvar solidity-keywords)
96
+(defvar solidity-constants)
97
+(defvar solidity-variable-modifier)
98
+(defvar solidity-builtin-types)
99
+(defvar solidity-builtin-constructs)
100
101
+;; Completion targets taken from solidity-mode syntax-highlighting keywords lists, plus additional targets above.
102
(defconst company-solidity-keywords
103
(append
104
solidity-keywords
0 commit comments