intellij-solidity
Solidity plugin for IntelliJ. kotlin code snippet by @github-repos on Codeshare. 0 stars, 2 views.
Language: kotlin
Author: GitHub Repos (@github-repos)
0 stars · 2 views
Viewing path: ATTRIBUTION.md
Files
- SolMemberAccessResolveTest.kt (kt)
- SolErrorResolveTest.kt (kt)
- SolUserDefinedValueTypeResolveTest.kt (kt)
- fallback.txt (txt)
- inlineArrayDeclaration.txt (txt)
- SolImportOptimizerTest.kt (kt)
- SolAliasEventResolveTest.kt (kt)
- psi.kt (kt)
- payableAccessor.txt (txt)
- guidelines.md (md)
- declaringFixedLiteralVariables.txt (txt)
- SolFunctionResolver.kt (kt)
- deepNesting.txt (txt)
- arrays.txt (txt)
- locationSpecifiersForParams.txt (txt)
- missingVariableNameInDeclaration.txt (txt)
- memberAccessParserAmbiguity.txt (txt)
- unchecked.txt (txt)
- functionTypeStateVariable.txt (txt)
- complexImport.txt (txt)
- contract.txt (txt)
- assembly.txt (txt)
- mappingToMappingInStruct.txt (txt)
- digits.txt (txt)
- commentsEOL.txt (txt)
- SolHierarchyTypeProviderTest.kt (kt)
- functionTypeAsStorageVariableWithModifiers.txt (txt)
- SolC3LinearizationTest.kt (kt)
- literalConstantsWithEtherSubdenominations.txt (txt)
- SolFunctionsCompletionTest.kt (kt)
- contractMultipleInheritance.txt (txt)
- SolAliasStructResolveTest.kt (kt)
- arithmetic.txt (txt)
- SolImportConfigService.kt (kt)
- mapInvoke.txt (txt)
- callingFunction.txt (txt)
- address.txt (txt)
- SolContractCollectSupersTest.kt (kt)
- SolMemberAccessCompletionTest.kt (kt)
- SolCompletionTestBase.kt (kt)
- SolNatSpecCompletionTest.kt (kt)
- SolTypesCompletionTest.kt (kt)
- SolVarCompletionTest.kt (kt)
- DEVELOPING.md (md)
- AGENTS.md (md)
- build_raster.sh (sh)
- SolTestBase.kt (kt)
- .travis.yml (yml)
- SolModifierCompletionTest.kt (kt)
- LICENSE (txt)
- SolEnumCompletionTest.kt (kt)
- SolStateVarCompletionTest.kt (kt)
- SolKeywordCompletion.kt (kt)
- SolErrorCompletionTest.kt (kt)
- InferenceTest.kt (kt)
- SolAliasUserDefinedValueResolveTest.kt (kt)
- SolAliasLibraryResolveTest.kt (kt)
- SolAliasErrorResolveTest.kt (kt)
- SolAliasContractResolveTest.kt (kt)
- SolAliasFunctionResolveTest.kt (kt)
- SolEventResolveTest.kt (kt)
- SolEnumResolveTest.kt (kt)
- SolFunctionOverrideTest.kt (kt)
- SolFunctionResolveTest.kt (kt)
- SolImportResolveFoundryTest.kt (kt)
- SolStructResolveTest.kt (kt)
- SolImportResolveTest.kt (kt)
- solParsingTest.kt (kt)
- SolVarResolveTest.kt (kt)
- SolContractResolveTest.kt (kt)
- TestExecutable.kt (kt)
- SolExpressionTypeProviderTest.kt (kt)
- SolTypeTest.kt (kt)
- SolBlockCommentEnterHandlerTest.kt (kt)
- SolNamedElementPresentationTest.kt (kt)
- SolIntegerParsingTest.kt (kt)
- SolLineMarkerProviderTest.kt (kt)
- SolImportFileTest.kt (kt)
- usageTest.kt (kt)
- SolTypingTestBase.kt (kt)
- SolGasEstimationTest.kt (kt)
- format.kt (kt)
- autoIdent.kt (kt)
- ForgeTestSettingsTest.kt (kt)
- SolParameterInfoHandlerTest.kt (kt)
- renameTest.kt (kt)
- ValidateFunctionArgumentsInspectionTest.kt (kt)
- ForgeTestLineMarkerProviderTest.kt (kt)
- ForgeTestOutputTransformerTest.kt (kt)
- SolFunctionUsageTest.kt (kt)
- UnusedElementInspectionTest.kt (kt)
- ImportFileActionTest.kt (kt)
- ImportFileFixTest.kt (kt)
- RenameFixTest.kt (kt)
- NoReturnInspectionTest.kt (kt)
- VisibilityModifierInspectionTest.kt (kt)
- SolStructureViewTest.kt (kt)
- SelfdestructInspectionTest.kt (kt)
- ValidateEmitEventArgumentsInspectionTest.kt (kt)
- LinearizationImpossibleInspectionTest.kt (kt)
- GoToImplementationTest.kt (kt)
- GoToContributorTest.kt (kt)
- ContractInCommentReferenceTest.kt (kt)
- stateMutability.txt (txt)
- hexLiteralEmpty.txt (txt)
- event.txt (txt)
- identifier.txt (txt)
- slice.txt (txt)
- using.txt (txt)
- calldataArray.txt (txt)
- contractWithDifferentFields.txt (txt)
- transient.txt (txt)
- literals.txt (txt)
- mappings.txt (txt)
- callChain.txt (txt)
- bytes.txt (txt)
- power.txt (txt)
- object.txt (txt)
- userDefinedValueTypes.txt (txt)
- interfaces.txt (txt)
- callOptions.txt (txt)
- natSpec.txt (txt)
- customStorageLayout.txt (txt)
- emit.txt (txt)
- typeExpression.txt (txt)
- stateVars.txt (txt)
- destructuring.txt (txt)
- new.txt (txt)
- comments.txt (txt)
- visibilitySpecifiers.txt (txt)
- fallbackFunction.txt (txt)
- tuples.txt (txt)
- conditionalTrueFalseLiteral.txt (txt)
- literalConstantsWithEtherSubdenominationsInExpressions.txt (txt)
- multiArrays.txt (txt)
- functionTypeAsStorageVariableWithAssignment.txt (txt)
- conditionalWithConstants.txt (txt)
- event.txt (txt)
- fromIsNotKeyword.txt (txt)
- smokeTest.txt (txt)
- variableDefinitionWithInitialization.txt (txt)
- functionNoBody.txt (txt)
- functionTypeInStruct.txt (txt)
- enumValidDeclaration.txt (txt)
- mappingAndArrayOfFunctions.txt (txt)
- emptyComment.txt (txt)
- modifierInvocation.txt (txt)
- variableDefinition.txt (txt)
- forLoopSimpleInitexpr.txt (txt)
- twoExactFunctions.txt (txt)
- statementStartingWithTypeConversion.txt (txt)
- multipleContracts.txt (txt)
- natspecDocstringAfterSignature.txt (txt)
- declaringFixedAndUfixedVariables.txt (txt)
- overloadedFunctions.txt (txt)
- librarySimple.txt (txt)
- eventArguments.txt (txt)
- forLoopSingleStmtBody.txt (txt)
- usingFor.txt (txt)
- arraysInExpressions.txt (txt)
- mappingInStruct.txt (txt)
- whileLoop.txt (txt)
- modifierArguments.txt (txt)
- elseIfStatement.txt (txt)
- commentEndWithDoubleStar.txt (txt)
- operatorExpression.txt (txt)
- ifStatement.txt (txt)
- importDirective.txt (txt)
- arraysInEvents.txt (txt)
- externalFunction.txt (txt)
- natspecDocstringBetweenKeywordAndSignature.txt (txt)
- impl.kt (kt)
- functionNormalComments.txt (txt)
- mapping.txt (txt)
- index.kt (kt)
- modifierWithoutSemicolon.txt (txt)
- invalidFixedConversionLeadingZeroesCheck.txt (txt)
- missingParameterNameInNamedArgs.txt (txt)
- localConstVariable.txt (txt)
- parser.kt (kt)
- inlineArrayEmptyCellsCheckLvalue.txt (txt)
- lexer.kt (kt)
- locationSpecifiersWithVar.txt (txt)
- missingArgumentInNamedArgs.txt (txt)
- locationSpecifiersForState.txt (txt)
- externalVariable.txt (txt)
- constantIsKeyword.txt (txt)
- inlineArrayEmptyCellsCheckWithoutLvalue.txt (txt)
- malformedEnumDeclaration.txt (txt)
- remappings.txt (txt)
- foundry.toml (toml)
- ProjectFixtureSupport.kt (kt)
- SolidityParserBenchmark.kt (kt)
- engine.kt (kt)
- README.md (md)
- SolReference.kt (kt)
- SolidityResolveBenchmark.kt (kt)
- contractNameCache.kt (kt)
- SolImportPathReference.kt (kt)
- keywords.kt (kt)
- contributors.kt (kt)
- natspec.kt (kt)
- functions.kt (kt)
- locations.kt (kt)
- stub.kt (kt)
- SolNodeModulesIndexableFileNamesProvider.kt (kt)
- indexing.kt (kt)
- impl.kt (kt)
- ATTRIBUTION.md (markdown)
- mixins.kt (kt)
- arraysInStorage.txt (txt)
- typing (txt)
- gradle (txt)
- wrapper (txt)
- .idea (idea)
- runConfigurations (txt)
- .junie (junie)
- logo (txt)
- .github (github)
- .circleci (circleci)
- src (txt)
- test (txt)
- kotlin (txt)
- me (txt)
- serce (txt)
- solidity (txt)
- utils (txt)
- lang (txt)
- completion (txt)
- core (txt)
- resolve (txt)
- alias (txt)
- psi (txt)
- types (txt)
- testutil (txt)
- ide (txt)
- annotation (txt)
- usage (txt)
- quickFix (txt)
- actions (txt)
- hints (txt)
- formatting (txt)
- run (txt)
- refactoring (txt)
- inspections (txt)
- navigation (txt)
- fixes (txt)
- useCases (txt)
- interfacesLocal (txt)
- nested (txt)
- folding (txt)
- structure (txt)
- hierarchy (txt)
- feature (txt)
- interfaces (txt)
- folding (txt)
- parser (txt)
- java (txt)
- resources (txt)
- fixtures (txt)
- formatter (txt)
- import (txt)
- installed_contracts (txt)
- util (txt)
- contracts (txt)
- lib (txt)
- util (txt)
- src (txt)
- circular (txt)
- recursive (txt)
- dir (txt)
- contracts (txt)
- b (txt)
- a (txt)
- refactoring (txt)
- rename (txt)
- imports (txt)
- nested (txt)
- importCompletion (txt)
- upDirImports (txt)
- yul (txt)
- solidity_official_tests (txt)
- shouldSucceed (txt)
- core (txt)
- shouldFail (txt)
- auto_ident (txt)
- importRemappings (txt)
- lib (txt)
- forge-std (txt)
- src (txt)
- openzeppelin-contracts (txt)
- contracts (txt)
- token (txt)
- ERC20 (txt)
- solmate (txt)
- src (txt)
- tokens (txt)
- contracts (txt)
- jmh (txt)
- kotlin (txt)
- me (txt)
- serce (txt)
- solidity (txt)
- lang (txt)
- benchmark (txt)
- main (txt)
- kotlin (txt)
- me (txt)
- serce (txt)
- solidity (txt)
- lang (txt)
- resolve (txt)
- ref (txt)
- function (txt)
- completion (txt)
- stubs (txt)
- jsindexing (txt)
- psi (txt)
- impl (txt)
- forLoopSimpleNoexpr.txt (txt)
- SolidityExternalFormatterTest.kt (kt)
- forLoopVardefInitexpr.txt (txt)
- library.txt (txt)
- SolModifierResolveTest.kt (kt)
- functionNatspecDocumentation.txt (txt)
- FUNDING.yml (yml)
- SolDocumentationProviderTest.kt (kt)
- locationSpecifiersForLocals.txt (txt)
- emptyFunction.txt (txt)
- yulParsingTest.kt (kt)
- assignments.txt (txt)
- ternary.txt (txt)
- modifier.txt (txt)
- multipleFunctionsNatspecDocumentation.txt (txt)
- SolImportParentPathCompletionTest.kt (kt)
- error.txt (txt)
- SolQuickFixTestBase.kt (kt)
- structDefinition.txt (txt)
- SolAliasEnumResolveTest.kt (kt)
- singleFunctionParam.txt (txt)
- expExpression.txt (txt)
- SolConstantVariableCompletionTest.kt (kt)
- contractMultipleInheritanceWithArguments.txt (txt)
- multiVariableDeclaration.txt (txt)
- SolAliasInterfaceResolveTest.kt (kt)
- gitkeep$$$$$.java (java)
- refs.kt (kt)
- eventArgumentsIndexed.txt (txt)
- contractWithLiterals.txt (txt)
- SolInspectionsTestBase.kt (kt)
- noFunctionParams.txt (txt)
- SolImportCompletionTest.kt (kt)
- SolEventCompletionTest.kt (kt)
- enums.txt (txt)
- SolidityFormattingRestrictionTest.kt (kt)
- natspecCommentInFunctionBody.txt (txt)
- transient.txt (txt)
- SolIdentifierCompletionTest.kt (kt)
- returnTuples.txt (txt)
- complexExpression.txt (txt)
- functions.txt (txt)
- constants.txt (txt)
- engine.kt (kt)
- logo_256.png (image)
- SolFunctionNamesCompletionTest.kt (kt)
- functionTypeInExpression.txt (txt)
- SolidityFoldingBuilderTest.kt (kt)
- util.kt (kt)
- pragma.txt (txt)
- conditionalMultiple.txt (txt)
- README.md (md)
- SolAliasVarResolveTest.kt (kt)
- SolCreateFileActionTest.kt (kt)
- functionTypeAsParameter.txt (txt)
- locationSpecifier.txt (txt)
- noDoubleRadixInFixedLiteral.txt (txt)
- SolUsingForResolveTest.kt (kt)
- conditionalWithVariables.txt (txt)
- SolLightPlatformCodeInsightFixtureTestCase.kt (kt)
- resolveTest.kt (kt)
- multipleVisibilitySpecifiers.txt (txt)
- typeConversionToDynamicArray.txt (txt)
- modifiers.txt (txt)
- multilineFunctionDocumentation.txt (txt)
- linearization.kt (kt)
- SolContractUsageTest.kt (kt)
- constructor.txt (txt)
- contractInheritance.txt (txt)
- placeholderInFunctionContext.txt (txt)
- ContractLookupElementTest.kt (kt)
- imports.txt (txt)
- config.yml (yml)
- SolReferenceBase.kt (kt)
- SolAliasResolveTest.kt (kt)
- SolFunctionDefIconTest.kt (kt)
- multipleContractsAndImports.txt (txt)
- UnprotectedFunctionInspectionTest.kt (kt)
- varArray.txt (txt)
- functionTypeAsStorageVariable.txt (txt)
- conditionalWithAssignment.txt (txt)
- tryCatch.txt (txt)